aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2017-07-15 20:00:11 +0000
committerPJ Fanning <fanningpj@apache.org>2017-07-15 20:00:11 +0000
commitf9d5a16ca6d2f8a4c10e1c44fea6451a2911680a (patch)
treeee056294048f61f8f709456eaa3e1ea9faf8cf9f /build.xml
parentd320b2ea4a0ad32e8d49b8ce3f6ac1583ea48a5a (diff)
downloadpoi-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f6931afa50..a3564f0159 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>