Remove all "AllTests" suites
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.parser.tests / pom.xml
index 34dc9b7a693e7ad540a88cce3224d365f1f47a0a..2d7411ac6b721d18c38f7deb82c380f2228a36c1 100644 (file)
   </parent>
 
   <artifactId>org.eclipse.tracecompass.ctf.parser.tests</artifactId>
-  <groupId>org.eclipse.tracecompass</groupId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <name>Trace Compass CTF Parser Tests Plug-in</name>
 
- <build>
-    <plugins>
-        <plugin>
-            <groupId>org.eclipse.tycho</groupId>
-            <artifactId>tycho-surefire-plugin</artifactId>
-            <version>${tycho-version}</version>
-            <configuration>
-                <testSuite>org.eclipse.tracecompass.ctf.parser.tests</testSuite>
-                <testClass>org.eclipse.tracecompass.ctf.parser.tests.AllCtfParserTests</testClass>
-                <useUIHarness>false</useUIHarness>
-                <useUIThread>false</useUIThread>
-                <product>org.eclipse.platform.ide</product>
-            </configuration>
-        </plugin>
-    </plugins>
-  </build>
-
 </project>
This page took 0.023507 seconds and 5 git commands to generate.