Author: dgolovin
Date: 2010-03-26 20:52:38 -0400 (Fri, 26 Mar 2010)
New Revision: 21090
Modified:
branches/modular_build/parent-pom.xml
Log:
JBDS-486 useUIThread should be true to run reqular eclipse ui tests and false for SWT bot
tests
Modified: branches/modular_build/parent-pom.xml
===================================================================
--- branches/modular_build/parent-pom.xml 2010-03-27 00:42:25 UTC (rev 21089)
+++ branches/modular_build/parent-pom.xml 2010-03-27 00:52:38 UTC (rev 21090)
@@ -66,7 +66,7 @@
<version>${tychoVersion}</version>
<configuration>
<useUIHarness>true</useUIHarness>
- <useUIThread>false</useUIThread>
+ <useUIThread>true</useUIThread>
</configuration>
</plugin>