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
This commit is contained in:
Andreas Beeker 2020-07-24 11:50:30 +00:00
parent 907ade52aa
commit a96baf1d45
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Before running this, you should execute the "assemble" target in the main build.
<javac srcdir="../examples/src" destdir="${build}" <javac srcdir="../examples/src" destdir="${build}"
target="1.8" source="1.8" debug="true" target="1.8" source="1.8" debug="true"
encoding="ASCII" fork="yes" includeantruntime="false" 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"> classpath="${jarpackage}" classpathref="libs">
</javac> </javac>