Author: nick
Date: Tue Nov 11 07:18:39 2014
New Revision: 1638037

URL: http://svn.apache.org/r1638037
Log:
Use more maven-like naming of the source jars for the ooxml schemas

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1638037&r1=1638036&r2=1638037&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Nov 11 07:18:39 2014
@@ -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"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to