Author: dgolovin
Date: 2010-06-04 15:33:18 -0400 (Fri, 04 Jun 2010)
New Revision: 22562
Modified:
trunk/parent-pom.xml
Log:
appArgLine with plugincustomization parameter added to fix vpe errors until we figure out
how to enable xulrunner.initialization fragment during build
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-06-04 19:31:36 UTC (rev 22561)
+++ trunk/parent-pom.xml 2010-06-04 19:33:18 UTC (rev 22562)
@@ -93,6 +93,7 @@
<forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
+ <appArgLine>-plugincustomization
${basedir}/build/plugin_customization.ini</appArgLine>
<argLine>${memoryOptions}</argLine>
<!--
https://docs.sonatype.org/display/TYCHO/How+to+run+SWTBot+tests+with+Tycho
-->
<!-- set useUIThread=true for regular ui tests -->