]> source.dussan.org Git - poi.git/commitdiff
include batik in poi-bin artifact
authorAndreas Beeker <kiwiwings@apache.org>
Tue, 23 Feb 2021 22:29:51 +0000 (22:29 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Tue, 23 Feb 2021 22:29:51 +0000 (22:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886863 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 0ed2117c87fed28cad599b6ca70386c4b09d88cf..3b37fac7c346efa0ba2d6c577c2b264fcd953a38 100644 (file)
--- 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"/>
 
 
@@ -2312,6 +2313,10 @@ under the License.
                 <fileset dir="${ooxml-provided.lib}"/>
                 <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>