try to use xmlbeans 5.0.1 in ant build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892051 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-08-06 20:45:09 +00:00
parent 69abcd6fd9
commit 342a964ae9
1 changed files with 3 additions and 1 deletions

View File

@ -1902,13 +1902,15 @@ under the License.
</filterchain>
</copy>
<copy file="${ooxml.lite.report}.xsb" tofile="${ooxml.lite.report}.xsb2" overwrite="true" failonerror="false">
<!-- fails with xmlbeans 5.0.1
<copy file="${ooxml.lite.report}.xsb" tofile="${ooxml.lite.report}.xsb2" overwrite="true">
<filterchain>
<sortfilter/>
<prefixlines prefix="org/apache/poi/schemas/ooxml/system/ooxml/"/>
<suffixlines suffix=".xsb"/>
</filterchain>
</copy>
-->
<mkdir dir="build/dist/maven/poi-ooxml-lite"/>