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 2020/06/20 13:57:02 UTC

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

Author: kiwiwings
Date: Sat Jun 20 13:57:01 2020
New Revision: 1879032

URL: http://svn.apache.org/viewvc?rev=1879032&view=rev
Log:
fix ooxml-lite

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1879032&r1=1879031&r2=1879032&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Jun 20 13:57:01 2020
@@ -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">



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