diff options
author | Nick Burch <nick@apache.org> | 2014-11-11 07:18:39 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-11-11 07:18:39 +0000 |
commit | dccd17dc7410cfde7e8488a2402aea0b71a7b76f (patch) | |
tree | 0529eef4795246e5eb0cbfe39e6c9bc71eca1994 /build.xml | |
parent | 8185716dc5a16071b77d935868714db8190172cb (diff) | |
download | poi-dccd17dc7410cfde7e8488a2402aea0b71a7b76f.tar.gz poi-dccd17dc7410cfde7e8488a2402aea0b71a7b76f.zip |
Use more maven-like naming of the source jars for the ooxml schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -184,7 +184,7 @@ under the License. <property name="ooxml.xsds.url.1" 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.src.jar" location="${ooxml.lib}/ooxml-schemas-1.1-sources.jar"/> <property name="ooxml.xsds.jar" location="${ooxml.lib}/ooxml-schemas-1.1.jar"/> <!-- additional schemas are packed into the poi schemas jar, --> @@ -200,7 +200,7 @@ under the License. <property name="ooxml.xsds.url.2" value="http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip"/> <property name="ooxml.security.src.dir" location="build/ooxml-security-src"/> - <property name="ooxml.security.src.jar" location="${ooxml.lib}/ooxml-security-src-1.0.jar"/> + <property name="ooxml.security.src.jar" location="${ooxml.lib}/ooxml-security-1.0-sources.jar"/> <property name="ooxml.security.jar" location="${ooxml.lib}/ooxml-security-1.0.jar"/> <property name="ooxml.security.xsd.dir" location="src/ooxml/resources/org/apache/poi/poifs/crypt"/> |