aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-06-20 13:57:01 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-06-20 13:57:01 +0000
commit0f4f91c76936bdebfc588f0f0feb834a85df5c13 (patch)
tree591fd238389d241154be6e7980278ff502ac363e /build.xml
parent1d24ec06c13684b2462b0a901c9c4e2bf98596cb (diff)
downloadpoi-0f4f91c76936bdebfc588f0f0feb834a85df5c13.tar.gz
poi-0f4f91c76936bdebfc588f0f0feb834a85df5c13.zip
fix ooxml-lite
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index e7ec65b8ca..84a4fd68d9 100644
--- a/build.xml
+++ b/build.xml
@@ -156,7 +156,7 @@ under the License.
<property name="ooxml.lite.agent" location="build/ooxml-lite-agent.jar"/>
<property name="ooxml.lite.report" location="build/ooxml-lite-report.txt"/>
<property name="ooxml.lite.jar" location="build/ooxml-lite-classes.jar"/>
- <property name="ooxml.lite.includes" value="^(com/microsoft/schemas|org/(etsi|openxmlformats|w3/)|schemaorg_apache_xmlbeans)"/>
+ <property name="ooxml.lite.includes" value="^(com/microsoft/schemas|org/(etsi|openxmlformats|w3/)|org/apache/poi/schemas)"/>
<!-- Integration testing: -->
@@ -1550,8 +1550,8 @@ under the License.
<patternset id="xsbfiles">
<includesfile name="${ooxml.lite.report}-pat"/>
- <include name="schemaorg_apache_xmlbeans/system/**/*.xsb"/>
- <include name="schemaorg_apache_xmlbeans/element/**/*.xsb"/>
+ <include name="org/apache/poi/schemas/*/system/**/*.xsb"/>
+ <include name="org/apache/poi/schemas/*/element/**/*.xsb"/>
</patternset>
<jar destfile="${ooxml.lite.jar}" duplicate="preserve">