Author: fanningpj
Date: Sat Jul 15 20:00:11 2017
New Revision: 1802030
URL: http://svn.apache.org/viewvc?rev=1802030&view=rev
Log:
try to fix build issues since namespaces constants were changed
Modified:
poi/trunk/build.xml
poi/trunk/sonar/pom.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1802030&r1=1802029&r2=1802030&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Jul 15 20:00:11 2017
@@ -845,6 +845,7 @@ under the License.
<include name="org/apache/poi/POIXMLTypeLoader.java"/>
<include name="org/apache/poi/util/DocumentHelper.java"/>
<include name="org/apache/poi/util/SAXHelper.java"/>
+ <include
name="org/apache/poi/openxml4j/opc/PackageNamespaces.java"/>
</fileset>
<fileset dir="${main.src}">
<include name="org/apache/poi/util/POILogFactory.java"/>
Modified: poi/trunk/sonar/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1802030&r1=1802029&r2=1802030&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Sat Jul 15 20:00:11 2017
@@ -223,6 +223,7 @@
<include name="org/apache/poi/POIXMLTypeLoader.java"/>
<include
name="org/apache/poi/util/DocumentHelper.java"/>
<include name="org/apache/poi/util/SAXHelper.java"/>
+ <include
name="org/apache/poi/openxml4j/opc/PackageNamespaces.java"/>
</fileset>
<fileset dir="${basedir}/../../src/java">
<include
name="org/apache/poi/util/POILogFactory.java"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]