]> source.dussan.org Git - poi.git/commitdiff
revert r1716119, since it would delete the output of compile-ooxml-xsds and require...
authorJaven O'Neal <onealj@apache.org>
Sun, 29 Nov 2015 13:02:12 +0000 (13:02 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 29 Nov 2015 13:02:12 +0000 (13:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717057 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 4242ec7c28c783beef20a43b75856166643c079c..54a10b60fdf335cb65f8569e544d9720b3e066f0 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -472,13 +472,14 @@ under the License.
                <include name="forbiddenapis-1.*.jar"/>
             </fileset>
                <fileset dir="${ooxml.lib}">
+                       <!-- remove jars from previous versions, but not the current version -->
                        <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.1-sources.jar"/>
-                       <include name="ooxml-security-1.1.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"/>