aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2021-02-23 22:29:51 +0000
committerAndreas Beeker <kiwiwings@apache.org>2021-02-23 22:29:51 +0000
commit72ad5857f448d7f836922b858165fc1e8cbd893c (patch)
treed2691f1ab9df2c117ab6d92da5242a6e9949abc1
parent6470765bbea16ed613bd0cee3158eb31c1d20e10 (diff)
downloadpoi-72ad5857f448d7f836922b858165fc1e8cbd893c.tar.gz
poi-72ad5857f448d7f836922b858165fc1e8cbd893c.zip
include batik in poi-bin artifact
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886863 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 0ed2117c87..3b37fac7c3 100644
--- a/build.xml
+++ b/build.xml
@@ -55,6 +55,7 @@ under the License.
<property name="ooxml.lib" location="${basedir}/lib/ooxml"/>
<property name="ooxml-tests.lib" location="${basedir}/lib/ooxml-tests"/>
<property name="ooxml-provided.lib" location="${basedir}/lib/ooxml-provided"/>
+ <property name="ooxml-batik.lib" location="${basedir}/lib/ooxml-batik"/>
<property name="util.lib" location="${basedir}/lib/util"/>
@@ -2313,6 +2314,10 @@ under the License.
<regexpmapper from="^(.*\.jar)$$" to="${zipdir}/auxiliary/\1"/>
</mappedresources>
<mappedresources cache="true">
+ <fileset dir="${ooxml-batik.lib}"/>
+ <regexpmapper from="^(.*\.jar)$$" to="${zipdir}/auxiliary/\1"/>
+ </mappedresources>
+ <mappedresources cache="true">
<fileset dir="${dist.dir}/maven" includes="**/*.jar" excludes="**/*-javadoc.jar,**/*-sources.jar,**/*-tests.jar"/>
<chainedmapper>
<flattenmapper/>