You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2017/08/08 18:35:48 UTC

svn commit: r1804457 - /pdfbox/branches/2.0/preflight/pom.xml

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>