You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/11/28 14:19:30 UTC

svn commit: r1883899 - /poi/trunk/src/integrationtest/build.xml

Author: kiwiwings
Date: Sat Nov 28 14:19:30 2020
New Revision: 1883899

URL: http://svn.apache.org/viewvc?rev=1883899&view=rev
Log:
ignore hwmf examples on distsourcebuild

Modified:
    poi/trunk/src/integrationtest/build.xml

Modified: poi/trunk/src/integrationtest/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/src/integrationtest/build.xml?rev=1883899&r1=1883898&r2=1883899&view=diff
==============================================================================
--- poi/trunk/src/integrationtest/build.xml (original)
+++ poi/trunk/src/integrationtest/build.xml Sat Nov 28 14:19:30 2020
@@ -118,7 +118,7 @@ Before running this, you should execute
         <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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org