You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2014/01/11 13:16:57 UTC

svn commit: r1557366 - /pdfbox/trunk/pdfbox/pom.xml

Author: lehmi
Date: Sat Jan 11 12:16:57 2014
New Revision: 1557366

URL: http://svn.apache.org/r1557366
Log:
PDFBOX-1825: exclude TestAll from tests

Modified:
    pdfbox/trunk/pdfbox/pom.xml

Modified: pdfbox/trunk/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1557366&r1=1557365&r2=1557366&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Sat Jan 11 12:16:57 2014
@@ -114,6 +114,7 @@
         <configuration>
           <argLine>-Xmx64m</argLine>
           <excludes>
+            <exclude>org/apache/pdfbox/TestAll.java</exclude>
             <exclude>org/apache/pdfbox/util/TestPDFToImage.java</exclude>
             <exclude>org/apache/pdfbox/encryption/TestPublicKeyEncryption.java</exclude>
           </excludes>