You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2015/11/23 01:15:07 UTC

svn commit: r1715718 - in /poi/trunk: .classpath build.xml

Author: kiwiwings
Date: Mon Nov 23 00:15:07 2015
New Revision: 1715718

URL: http://svn.apache.org/viewvc?rev=1715718&view=rev
Log:
raise ooxml schema/security version

Modified:
    poi/trunk/.classpath
    poi/trunk/build.xml

Modified: poi/trunk/.classpath
URL: http://svn.apache.org/viewvc/poi/trunk/.classpath?rev=1715718&r1=1715717&r2=1715718&view=diff
==============================================================================
--- poi/trunk/.classpath (original)
+++ poi/trunk/.classpath Mon Nov 23 00:15:07 2015
@@ -22,8 +22,8 @@
 	<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
 	<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
 	<classpathentry kind="lib" path="ooxml-lib/curvesapi-1.03.jar"/>
-	<classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.2.jar" sourcepath="ooxml-lib/ooxml-schemas-1.2-sources.jar"/>
-	<classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.0.jar" sourcepath="ooxml-lib/ooxml-security-1.0-sources.jar"/>
+	<classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.3.jar" sourcepath="ooxml-lib/ooxml-schemas-1.3-sources.jar"/>
+	<classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.12.jar"/>
 	<classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.53.jar"/>

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1715718&r1=1715717&r2=1715718&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Nov 23 00:15:07 2015
@@ -222,14 +222,14 @@ 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-1.0-sources.jar"/>
-    <property name="ooxml.security.jar" location="${ooxml.lib}/ooxml-security-1.0.jar"/>
+    <property name="ooxml.security.src.jar" location="${ooxml.lib}/ooxml-security-1.1-sources.jar"/>
+    <property name="ooxml.security.jar" location="${ooxml.lib}/ooxml-security-1.1.jar"/>
     <property name="ooxml.security.xsd.dir" location="src/ooxml/resources/org/apache/poi/poifs/crypt"/>
     <property name="ooxml.visio.xsd.dir" location="src/ooxml/resources/org/apache/poi/xdgf"/>
     <property name="ooxml.schema.xsdconfig.dir" location="src/ooxml/resources/org/apache/poi/schemas"/>
 
 
-    <property name="maven.ooxml.xsds.version.id" value="1.0"/>
+    <property name="maven.ooxml.xsds.version.id" value="1.3"/>
     <property name="maven.ooxml.xsds.jar" value="ooxml-schemas-${maven.ooxml.xsds.version.id}.jar"/>
 
     <!-- Coverage -->
@@ -472,11 +472,13 @@ under the License.
             	<include name="forbiddenapis-1.*.jar"/>
             </fileset>
         	<fileset dir="${ooxml.lib}">
-        		<include name="ooxml-schemas-1.1-sources.jar"/>
         		<include name="ooxml-schemas-src-1.1.jar"/>
+        		<include name="ooxml-schemas-1.1-sources.jar"/>
         		<include name="ooxml-schemas-1.1.jar"/>
         		<include name="ooxml-schemas-1.2-sources.jar"/>
         		<include name="ooxml-schemas-1.2.jar"/>
+        		<include name="ooxml-security-1.0-sources.jar"/>
+        		<include name="ooxml-security-1.0.jar"/>
         	</fileset>
         	<fileset dir="${compile.lib}">
                 <include name="xercesImpl-*.jar"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org