diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-02-23 22:29:51 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-02-23 22:29:51 +0000 |
commit | 72ad5857f448d7f836922b858165fc1e8cbd893c (patch) | |
tree | d2691f1ab9df2c117ab6d92da5242a6e9949abc1 | |
parent | 6470765bbea16ed613bd0cee3158eb31c1d20e10 (diff) | |
download | poi-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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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/> |