diff options
author | Nick Burch <nick@apache.org> | 2008-07-28 23:32:13 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-07-28 23:32:13 +0000 |
commit | c033eb633a5604ac0b2fab9c805b05ba1f21c419 (patch) | |
tree | 5a9a994ee9ac6f5a3cb79c04e32514d987b2f917 /build.xml | |
parent | a748887d6ba61dba2df57c45de7f78d5476d8a45 (diff) | |
download | poi-c033eb633a5604ac0b2fab9c805b05ba1f21c419.tar.gz poi-c033eb633a5604ac0b2fab9c805b05ba1f21c419.zip |
New openxml4j version, and new save/reload test
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@680564 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -135,8 +135,8 @@ under the License. <property name="ooxml.jar5.dir" location="${ooxml.lib}/jsr173_1.0_api.jar"/> <property name="ooxml.jar5.url" value="${repository}/xmlbeans/jars/jsr173_1.0_api.jar"/> <!-- No official release of openxml4j yet --> - <property name="ooxml.jar6.dir" location="${ooxml.lib}/openxml4j-bin-alpha-080407.jar"/> - <property name="ooxml.jar6.url" value="http://people.apache.org/~nick/openxml4j-bin-alpha-080407.jar"/> + <property name="ooxml.jar6.dir" location="${ooxml.lib}/openxml4j-bin-beta-080728.jar"/> + <property name="ooxml.jar6.url" value="http://people.apache.org/~nick/openxml4j-bin-beta-080728.jar"/> <!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm --> <!-- "Copy these file(s), free of charge" --> |