diff options
author | Nick Burch <nick@apache.org> | 2010-06-15 11:41:06 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2010-06-15 11:41:06 +0000 |
commit | 2b5d3fcbfd55b8ddd276dd41516af07d8100542e (patch) | |
tree | ca0bfba13eb3abed59d4c75c5b84d5dc1212a58d /build.xml | |
parent | de6f455d6d156868eb9f131c5330c83a1234b2c3 (diff) | |
download | poi-2b5d3fcbfd55b8ddd276dd41516af07d8100542e.tar.gz poi-2b5d3fcbfd55b8ddd276dd41516af07d8100542e.zip |
Temporary switch back to using only ooxml-schemas-1.0 (no lists). Revert this commit once 3.7 beta1 is out, so we can continue testing the new ooxml-schemas-1.1 (java 1.5) stuff
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@954835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -135,9 +135,9 @@ under the License. <property name="ooxml.jsr173.jar" location="${ooxml.lib}/geronimo-stax-api_1.0_spec-1.0.jar"/> <property name="ooxml.jsr173.url" value="${repository.m2}/maven2/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar"/> - <property name="ooxml.schemas.jar" location="${ooxml.lib}/ooxml-schemas-1.1.jar"/> + <property name="ooxml.schemas.jar" location="${ooxml.lib}/ooxml-schemas-1.0.jar"/> <property name="ooxml.schemas.url" - value="${repository.m2}/maven2/org/apache/poi/ooxml-schemas/1.1/ooxml-schemas-1.1.jar"/> + value="${repository.m2}/maven2/org/apache/poi/ooxml-schemas/1.0/ooxml-schemas-1.0.jar"/> <!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm --> <!-- "Copy these file(s), free of charge" --> @@ -146,8 +146,8 @@ under the License. <property name="ooxml.xsds.url" value="http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip"/> <property name="ooxml.xsds.src.dir" location="build/ooxml-xsds-src"/> - <property name="ooxml.xsds.src.jar" location="${ooxml.lib}/ooxml-schemas-src-1.1.jar"/> - <property name="ooxml.xsds.jar" location="${ooxml.lib}/ooxml-schemas-1.1.jar"/> + <property name="ooxml.xsds.src.jar" location="${ooxml.lib}/ooxml-schemas-src-1.0.jar"/> + <property name="ooxml.xsds.jar" location="${ooxml.lib}/ooxml-schemas-1.0.jar"/> <property name="maven.ooxml.xsds.version.id" value="1.0"/> <property name="maven.ooxml.xsds.jar" value="ooxml-schemas-${maven.ooxml.xsds.version.id}.jar"/> @@ -397,7 +397,7 @@ under the License. srcgendir="${ooxml.xsds.src.dir}" optimize="yes" destfile="${ooxml.xsds.jar}" - javasource="1.5" + javasource="1.4" failonerror="true" fork="true" memoryMaximumSize="512m" |