doc: Drop the specific requirement on Ant 1.8.1
[deliverable/tracecompass.git] / doc / org.eclipse.tracecompass.doc.dev / pom.xml
index 8f40e7eeb5564a84fb1ba2e212c6ac4b2957266e..130fe753c989076385da45538b79eaa64458eb02 100644 (file)
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>org.eclipse.tracecompass.doc</artifactId>
     <groupId>org.eclipse.tracecompass</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.eclipse.tracecompass.doc.dev</artifactId>
@@ -28,7 +28,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.8</version>
         <executions>
           <execution>
             <id>generate-documentation</id>
             </goals>
           </execution>
         </executions>
-
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant</artifactId>
-            <version>1.8.1</version>
-          </dependency>
-
-          <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-launcher</artifactId>
-            <version>1.8.1</version>
-          </dependency>
-
-          <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant-nodeps</artifactId>
-            <version>1.8.1</version>
-          </dependency>
-
-        </dependencies>
       </plugin>
       <!-- Build help index -->
       <plugin>
         <groupId>org.eclipse.tycho.extras</groupId>
         <artifactId>tycho-eclipserun-plugin</artifactId>
-        <version>${tycho-extras-version}</version>
         <configuration>
           <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile build.xml build.index</appArgLine>
         </configuration>
@@ -92,7 +69,6 @@
       <!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>2.6.1</version>
         <executions>
           <execution>
             <id>clean-index</id>
     </profile>
   </profiles>
 
-  <groupId>org.eclipse.tracecompass</groupId>
 </project>
This page took 0.031029 seconds and 5 git commands to generate.