aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-11-28 14:19:30 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-11-28 14:19:30 +0000
commit6ed1adfe15b13ccdd2b1c365e189a4f9e0c68ed2 (patch)
tree895cbcf47f7f415b0b943ab55d3a6e25dd4eff8f
parent51e74e8f52921d06db5310723e5f0d1d976854bb (diff)
downloadpoi-6ed1adfe15b13ccdd2b1c365e189a4f9e0c68ed2.tar.gz
poi-6ed1adfe15b13ccdd2b1c365e189a4f9e0c68ed2.zip
ignore hwmf examples on distsourcebuild
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883899 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/integrationtest/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integrationtest/build.xml b/src/integrationtest/build.xml
index 8025bbc017..b334d2a7f4 100644
--- a/src/integrationtest/build.xml
+++ b/src/integrationtest/build.xml
@@ -118,7 +118,7 @@ Before running this, you should execute the "assemble" target in the main build.
<javac srcdir="../examples/src" destdir="${build}"
target="1.8" source="1.8" debug="true"
encoding="ASCII" fork="yes" includeantruntime="false"
- excludes="org/apache/poi/examples/hslf/**,org/apache/poi/examples/hsmf/**,**/EmbeddedObjects.java,**/EmeddedObjects.java,**/LoadEmbedded.java,**/Word2Forrest.java"
+ excludes="org/apache/poi/examples/hslf/**,org/apache/poi/examples/hsmf/**,org/apache/poi/examples/hwmf/**,**/EmbeddedObjects.java,**/EmeddedObjects.java,**/LoadEmbedded.java,**/Word2Forrest.java"
classpath="${jarpackage}" classpathref="libs">
</javac>