Author: tilman
Date: Tue Aug  8 18:35:48 2017
New Revision: 1804457

URL: http://svn.apache.org/viewvc?rev=1804457&view=rev
Log:
PDFBOX-3584: remove Xmx which broke the build

Modified:
    pdfbox/branches/2.0/preflight/pom.xml

Modified: pdfbox/branches/2.0/preflight/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/preflight/pom.xml?rev=1804457&r1=1804456&r2=1804457&view=diff
==============================================================================
--- pdfbox/branches/2.0/preflight/pom.xml (original)
+++ pdfbox/branches/2.0/preflight/pom.xml Tue Aug  8 18:35:48 2017
@@ -56,7 +56,7 @@
                                                        <excludes>
                                                                
<exclude>**/integration/**</exclude>
                                                        </excludes>
-                                                        <argLine>-Xmx768m 
${addmod}</argLine>
+                                                        
<argLine>${addmod}</argLine>
                                                </configuration>
                                        </execution>
                                        <execution>


Reply via email to