aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>