Author: akazakov
Date: 2011-10-03 15:19:15 -0400 (Mon, 03 Oct 2011)
New Revision: 35295
Modified:
trunk/common/tests/org.jboss.tools.common.ui.test/
trunk/common/tests/org.jboss.tools.common.ui.test/pom.xml
Log:
fixed build errors
Property changes on: trunk/common/tests/org.jboss.tools.common.ui.test
___________________________________________________________________
Added: svn:ignore
+ target
Modified: trunk/common/tests/org.jboss.tools.common.ui.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.ui.test/pom.xml 2011-10-03 18:29:59 UTC (rev
35294)
+++ trunk/common/tests/org.jboss.tools.common.ui.test/pom.xml 2011-10-03 19:19:15 UTC (rev
35295)
@@ -14,4 +14,17 @@
<properties>
<emma.instrument.bundles>org.jboss.tools.common.ui.preferencevalue</emma.instrument.bundles>
</properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <configuration>
+ <useUIThread>false</useUIThread>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
Show replies by date