]> source.dussan.org Git - poi.git/commitdiff
Use more maven-like naming of the source jars for the ooxml schemas
authorNick Burch <nick@apache.org>
Tue, 11 Nov 2014 07:18:39 +0000 (07:18 +0000)
committerNick Burch <nick@apache.org>
Tue, 11 Nov 2014 07:18:39 +0000 (07:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638037 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 5490bd592f0582fbe89a31c5c604fb1f74c37366..6b83e31045b8db426f0105269ab0ed9e8106cda2 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"/>