diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2015-11-23 00:15:07 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2015-11-23 00:15:07 +0000 |
commit | c02d71c89f812c174dd67327ea3545f79d344028 (patch) | |
tree | 29bfe4213286dffd6f180f5181908db8e4a8017b /build.xml | |
parent | e3386b675ab2326672b5d46eeaafb4576a0b2710 (diff) | |
download | poi-c02d71c89f812c174dd67327ea3545f79d344028.tar.gz poi-c02d71c89f812c174dd67327ea3545f79d344028.zip |
raise ooxml schema/security version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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"/> |