aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2020-04-24 20:57:59 +0000
committerDominik Stadler <centic@apache.org>2020-04-24 20:57:59 +0000
commit827e7e324bc1e044bdb0cffa0d1ce3e75ab5fa02 (patch)
tree9e8d524ffd5966b07e3a8b9fac91387e18c00613 /build.xml
parentad73704e81efd7b4f63a7e8063f9f2bd48d8281f (diff)
downloadpoi-827e7e324bc1e044bdb0cffa0d1ce3e75ab5fa02.tar.gz
poi-827e7e324bc1e044bdb0cffa0d1ce3e75ab5fa02.zip
Also remove very old versions of ooxml-schemas-jar (ca. POI 3.5)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 52f1520f9e..dab9091a59 100644
--- a/build.xml
+++ b/build.xml
@@ -696,6 +696,8 @@ under the License.
</fileset>
<fileset dir="${ooxml.lib}">
<!-- remove jars from previous versions, but not the current version -->
+ <include name="ooxml-schemas-1.0-sources.jar"/>
+ <include name="ooxml-schemas-1.0.jar"/>
<include name="ooxml-schemas-src-1.1.jar"/>
<include name="ooxml-schemas-1.1-sources.jar"/>
<include name="ooxml-schemas-1.1.jar"/>