diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2015-11-21 19:56:45 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2015-11-21 19:56:45 +0000 |
commit | 9341c081198a947c26edf1dbe327aa745d10b1bc (patch) | |
tree | 15d4ab7b7f82ba4318f6bb03c8ceddbb41080a88 /build.xml | |
parent | 01a6730ea7798a5e506053e48b97feae2fded60d (diff) | |
download | poi-9341c081198a947c26edf1dbe327aa745d10b1bc.tar.gz poi-9341c081198a947c26edf1dbe327aa745d10b1bc.zip |
delete old schema-1.2 jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1715556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -475,6 +475,8 @@ under the License. <include name="ooxml-schemas-1.1-sources.jar"/> <include name="ooxml-schemas-src-1.1.jar"/> <include name="ooxml-schemas-1.1.jar"/> + <include name="ooxml-schemas-1.2-sources.jar"/> + <include name="ooxml-schemas-1.2.jar"/> </fileset> <fileset dir="${compile.lib}"> <include name="xercesImpl-*.jar"/> |