Author: dgolovin
Date: 2010-09-29 14:55:24 -0400 (Wed, 29 Sep 2010)
New Revision: 25304
Modified:
trunk/build/parent/pom.xml
Log:
https://jira.jboss.org/browse/JBIDE-6953 Disable Usage Reporting in Tests
fixed in trunk and beta1 branch
-Dusage_reporting_enabled=false added to system properties
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-09-29 18:52:54 UTC (rev 25303)
+++ trunk/build/parent/pom.xml 2010-09-29 18:55:24 UTC (rev 25304)
@@ -17,7 +17,7 @@
<BUILD_ALIAS>Beta2</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
- <systemProperties></systemProperties>
+ <systemProperties>-Dusage_reporting_enabled=false</systemProperties>
<target.platform>e36-wtp32</target.platform>
</properties>