diff options
author | Nick Burch <nick@apache.org> | 2008-03-21 17:31:14 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-03-21 17:31:14 +0000 |
commit | 059ebfaacf1edf3ebe5eef0d6083566b16a51770 (patch) | |
tree | 7a43c572ce25a605241259f4fdfb04467cd06860 /build.xml | |
parent | 46ac8d5e3e6d32c2d60e27fd9dc96c3b2c40f35b (diff) | |
download | poi-059ebfaacf1edf3ebe5eef0d6083566b16a51770.tar.gz poi-059ebfaacf1edf3ebe5eef0d6083566b16a51770.zip |
New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so we can update references. Finally, some more tests
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@639723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -147,8 +147,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-080311.jar"/> - <property name="ooxml.jar6.url" value="http://people.apache.org/~nick/openxml4j-bin-alpha-080311.jar"/> + <property name="ooxml.jar6.dir" location="${ooxml.lib}/openxml4j-bin-alpha-080321.jar"/> + <property name="ooxml.jar6.url" value="http://people.apache.org/~nick/openxml4j-bin-alpha-080321.jar"/> <!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm --> <!-- "Copy these file(s), free of charge" --> |