diff options
author | PJ Fanning <fanningpj@apache.org> | 2017-07-15 20:00:11 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2017-07-15 20:00:11 +0000 |
commit | f9d5a16ca6d2f8a4c10e1c44fea6451a2911680a (patch) | |
tree | ee056294048f61f8f709456eaa3e1ea9faf8cf9f /build.xml | |
parent | d320b2ea4a0ad32e8d49b8ce3f6ac1583ea48a5a (diff) | |
download | poi-f9d5a16ca6d2f8a4c10e1c44fea6451a2911680a.tar.gz poi-f9d5a16ca6d2f8a4c10e1c44fea6451a2911680a.zip |
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
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"/> |