]> source.dussan.org Git - poi.git/commitdiff
Use any version of xmlbeans in the assemble step to reduce the number of places that...
authorDominik Stadler <centic@apache.org>
Sun, 26 Aug 2018 11:41:13 +0000 (11:41 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 26 Aug 2018 11:41:13 +0000 (11:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839196 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index e196547d1458bf254b2b1e31794fb0c695a28d01..123867991bd6e7df9748c888b5adf0e97af4d4c8 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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">