summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2008-01-24 13:08:57 +0000
committerNick Burch <nick@apache.org>2008-01-24 13:08:57 +0000
commitc9d851e93bedae483eaa2bc7f840ac2b9d2370ef (patch)
tree572e1e9fd48801d48b88eb48322935528b8fd00b /build.xml
parentf96c46a58950b361c1dd1df0200cd72970a8fbd7 (diff)
downloadpoi-c9d851e93bedae483eaa2bc7f840ac2b9d2370ef.tar.gz
poi-c9d851e93bedae483eaa2bc7f840ac2b9d2370ef.zip
Update to use a newer openxml4j jar file, which contains patches from myself and Ugo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@614870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index fa6011901c..c38fd24842 100644
--- a/build.xml
+++ b/build.xml
@@ -137,7 +137,7 @@ under the License.
<property name="ooxml.jar4.dir" location="${ooxml.lib}/jsr173_1.0_api.jar"/>
<property name="ooxml.jar4.url" value="${repository}/xmlbeans/jars/jsr173_1.0_api.jar"/>
<!-- No official release of openxml4j yet -->
- <property name="ooxml.jar5.dir" location="${ooxml.lib}/openxml4j-bin-prealpha-071224.jar"/>
+ <property name="ooxml.jar5.dir" location="${ooxml.lib}/openxml4j-bin-alpha-080124.jar"/>
<property name="ooxml.jar5.url" value="http://people.apache.org/~nick/openxml4j-bin-prealpha-071224.jar"/>
<!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm -->