aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-07-24 11:50:30 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-07-24 11:50:30 +0000
commita96baf1d4544cad0d7e6b3c98bc644d9089fcead (patch)
tree2bc08054073cfaa6c8072bf97d65548203de6a92 /src/integrationtest
parent907ade52aa9bd82e73253e5dc433a861d9cd4d21 (diff)
downloadpoi-a96baf1d4544cad0d7e6b3c98bc644d9089fcead.tar.gz
poi-a96baf1d4544cad0d7e6b3c98bc644d9089fcead.zip
examples had been moved due to jigsaw modules migration
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880264 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-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 32a366ea68..8025bbc017 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/hslf/**,org/apache/poi/hsmf/**,**/EmbeddedObjects.java,**/EmeddedObjects.java,**/LoadEmbedded.java,**/Word2Forrest.java"
+ excludes="org/apache/poi/examples/hslf/**,org/apache/poi/examples/hsmf/**,**/EmbeddedObjects.java,**/EmeddedObjects.java,**/LoadEmbedded.java,**/Word2Forrest.java"
classpath="${jarpackage}" classpathref="libs">
</javac>