You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/02/23 22:29:51 UTC

svn commit: r1886863 - /poi/trunk/build.xml

Author: kiwiwings
Date: Tue Feb 23 22:29:51 2021
New Revision: 1886863

URL: http://svn.apache.org/viewvc?rev=1886863&view=rev
Log:
include batik in poi-bin artifact

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1886863&r1=1886862&r2=1886863&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Feb 23 22:29:51 2021
@@ -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/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org