mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
d320b2ea4a
commit
f9d5a16ca6
|
@ -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"/>
|
||||
|
|
|
@ -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…
Reference in New Issue