mirror of https://github.com/apache/poi.git
include batik in poi-bin artifact
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6470765bbe
commit
72ad5857f4
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue