1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00

[releng]working on a tycho-maven build.

This commit is contained in:
Anna Dushistova 2012-02-20 03:36:04 +00:00
parent 389e367fdf
commit 12a68e701a

View file

@ -19,7 +19,7 @@
<artifactId>tycho-surefire-plugin</artifactId> <artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration> <configuration>
<testClass>org.eclipse.rse.tests</testClass> <testSuite>org.eclipse.rse.tests</testSuite>
<testClass>org.eclipse.rse.tests.RSECombinedTestSuite</testClass> <testClass>org.eclipse.rse.tests.RSECombinedTestSuite</testClass>
<useUIHarness>true</useUIHarness> <useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread> <useUIThread>true</useUIThread>