Author: mickael_istria
Date: 2012-04-05 06:06:22 -0400 (Thu, 05 Apr 2012)
New Revision: 40067
Modified:
trunk/build/parent/pom.xml
Log:
JBIDE-11462
More system property to argLine instead of appArgLine
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-04-05 10:04:52 UTC (rev 40066)
+++ trunk/build/parent/pom.xml 2012-04-05 10:06:22 UTC (rev 40067)
@@ -176,7 +176,7 @@
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<!-- THE FOLLOWING LINE MUST NOT BE BROKEN BY AUTOFORMATTING -->
- <appArgLine>${memoryOptions1} ${memoryOptions2} ${systemProperties}
-Dusage_reporting_enabled=false</appArgLine>
+ <argLine>${memoryOptions1} ${memoryOptions2} ${systemProperties}
-Dusage_reporting_enabled=false</argLine>
<!--
https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho
-->
<!-- set useUIThread=true for regular ui tests -->
<!-- set useUIThread=false for swtbot tests (?) -->