Author: nickboldt
Date: 2010-11-04 12:32:51 -0400 (Thu, 04 Nov 2010)
New Revision: 26262
Modified:
trunk/build/parent/pom.xml
Log:
add -Dosgi.arch=x86 -XstartOnFirstThread to properly support macosx local testing
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-11-04 16:23:50 UTC (rev 26261)
+++ trunk/build/parent/pom.xml 2010-11-04 16:32:51 UTC (rev 26262)
@@ -446,7 +446,7 @@
</activation>
<properties>
<!-- THE FOLLOWING LINE MUST NOT BE BROKEN BY AUTOFORMATTING -->
- <systemProperties combine.children="append"> -d32
</systemProperties>
+ <systemProperties combine.children="append"> -d32 -Dosgi.arch=x86
-XstartOnFirstThread </systemProperties>
</properties>
</profile>
Show replies by date