lttng: Update Callstack View documentation
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.help / pom.xml
index ec3c49e3bbcd5393c9160351d8ee39b57fbc06a6..69e58ce55a2e4967ea7752f1f28611fce630b189 100644 (file)
   <parent>
     <artifactId>linuxtools-lttng-parent</artifactId>
     <groupId>org.eclipse.linuxtools.lttng</groupId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.linuxtools.lttng.help</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <name>Linux Tools LTTng Help Plug-in</name>
             <phase>generate-sources</phase>
             <configuration>
               <echo>Generating LTTng Help Files</echo>
-              <tasks>
+              <target>
                 <property name="compile_classpath" refid="maven.compile.classpath" />
                 <ant target="build" inheritRefs="true" antfile="build.xml" />
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>
@@ -48,9 +48,9 @@
             <phase>clean</phase>
             <configuration>
               <echo>Cleaning up generated LTTng Help Files</echo>
-              <tasks>
+              <target>
                 <ant target="clean" antfile="build.xml" />
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>
This page took 0.023787 seconds and 5 git commands to generate.