<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"/>
<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>