You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/05/24 13:32:33 UTC

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

Author: nick
Date: Tue May 24 13:32:33 2016
New Revision: 1745358

URL: http://svn.apache.org/viewvc?rev=1745358&view=rev
Log:
Another exclude

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=1745358&r1=1745357&r2=1745358&view=diff
==============================================================================
--- poi/trunk/src/integrationtest/build.xml (original)
+++ poi/trunk/src/integrationtest/build.xml Tue May 24 13:32:33 2016
@@ -133,7 +133,7 @@ under the License.
             encoding="ASCII"
             fork="yes"
             includeantruntime="false"
-            excludes="org/apache/poi/hslf/**,org/apache/poi/hsmf/**,**/EmbeddedObjects.java,**/EmeddedObjects.java,**/Word2Forrest.java"
+            excludes="org/apache/poi/hslf/**,org/apache/poi/hsmf/**,**/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