Author: centic
Date: Sun Aug 26 11:41:13 2018
New Revision: 1839196

URL: http://svn.apache.org/viewvc?rev=1839196&view=rev
Log:
Use any version of xmlbeans in the assemble step to reduce the number of places 
that need to be updated

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1839196&r1=1839195&r2=1839196&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Aug 26 11:41:13 2018
@@ -2062,7 +2062,7 @@ under the License.
                 <globmapper from="*" to="${zipdir}/lib/*"/>
             </mappedresources>
             <mappedresources cache="true">
-                <fileset dir="${ooxml.lib}" 
includes="xmlbeans-3.0.1.jar,curvesapi-*.jar"/>
+                <fileset dir="${ooxml.lib}" 
includes="xmlbeans-*.jar,curvesapi-*.jar"/>
                 <regexpmapper from="^(.*\.jar)$$" to="${zipdir}/ooxml-lib/\1"/>
             </mappedresources>
             <mappedresources cache="true">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to