]> source.dussan.org Git - poi.git/commitdiff
examples had been moved due to jigsaw modules migration
authorAndreas Beeker <kiwiwings@apache.org>
Fri, 24 Jul 2020 11:50:30 +0000 (11:50 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Fri, 24 Jul 2020 11:50:30 +0000 (11:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880264 13f79535-47bb-0310-9956-ffa450edef68

src/integrationtest/build.xml

index 32a366ea6862913072656f5d12158907ae53430d..8025bbc01795a3df11e81789f4f34039caa494c3 100644 (file)
@@ -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>