Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.help / pom.xml
index 712da3b6f49b16cb750803c90814c1be5fd97a27..7813c7c55a9a4e56fda65d9ece5d47e6fc39fcb3 100644 (file)
             <phase>generate-sources</phase>
             <configuration>
               <echo>Generating TMF 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 TMF Help Files</echo>
-              <tasks>
+              <target>
                 <ant target="clean" antfile="build.xml" />
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>
This page took 0.024026 seconds and 5 git commands to generate.