lttng: Add a diagram showing the dependencies between plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.core.tests / pom.xml
index 8187d8f808873154b186081e9ce7197cadf9f83c..7d4e3f0a431155ba7abc875810dbf566fa3a953f 100644 (file)
   <parent>
     <artifactId>linuxtools-lttng-parent</artifactId>
     <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.linuxtools.lttng2.core.tests</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
-  <name>Linux Tools LTTng Core Unit Test Suite</name>
+  <name>Linux Tools LTTng Core Tests Plug-in</name>
 
  <build>
      <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.2</version>
+            <version>1.7</version>
             <executions>
                 <execution>
                     <id>prepare</id>
                     <phase>validate</phase>
                     <configuration>
-                    <tasks>
+                    <target>
                         <echo message="prepare phase" />
-                    </tasks>
+                    </target>
                     </configuration>
                         <goals>
                             <goal>run</goal>
@@ -62,7 +62,7 @@
                 <testClass>org.eclipse.linuxtools.lttng2.core.tests.AllTests</testClass>
                 <useUIHarness>false</useUIHarness>
                 <useUIThread>false</useUIThread>
-                <product>org.eclipse.sdk.ide</product>
+                <product>org.eclipse.platform.ide</product>
             </configuration>
         </plugin>
     </plugins>
This page took 0.035867 seconds and 5 git commands to generate.