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

svn commit: r1716119 - /poi/trunk/build.xml

Author: nick
Date: Tue Nov 24 12:23:08 2015
New Revision: 1716119

URL: http://svn.apache.org/viewvc?rev=1716119&view=rev
Log:
Bump the ooxml-security version in the classpath definition to match the updated jar name

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1716119&r1=1716118&r2=1716119&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Nov 24 12:23:08 2015
@@ -477,8 +477,8 @@ under the License.
         		<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"/>
+        		<include name="ooxml-security-1.1-sources.jar"/>
+        		<include name="ooxml-security-1.1.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