Author: dgolovin
Date: 2010-09-29 14:52:54 -0400 (Wed, 29 Sep 2010)
New Revision: 25303
Modified:
branches/jbosstools-3.2.0.Beta1/build/parent/pom.xml
Log:
https://jira.jboss.org/browse/JBIDE-6953 Disable Usage Reporting in Tests
Modified: branches/jbosstools-3.2.0.Beta1/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.2.0.Beta1/build/parent/pom.xml 2010-09-29 18:45:39 UTC (rev
25302)
+++ branches/jbosstools-3.2.0.Beta1/build/parent/pom.xml 2010-09-29 18:52:54 UTC (rev
25303)
@@ -17,7 +17,7 @@
<BUILD_ALIAS>Beta1</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>