Browse Source

try to fix build issues since namespaces constants were changed

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802030 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_17_FINAL
PJ Fanning 7 years ago
parent
commit
f9d5a16ca6
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      build.xml
  2. 1
    0
      sonar/pom.xml

+ 1
- 0
build.xml View File

@@ -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"/>

+ 1
- 0
sonar/pom.xml View File

@@ -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"/>

Loading…
Cancel
Save