doc: Drop the specific requirement on Ant 1.8.1
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 18 Feb 2016 00:49:10 +0000 (19:49 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 18 Feb 2016 17:28:25 +0000 (12:28 -0500)
We now use maven-antrun-plugin 1.8, which pulls in Ant 1.9.4, so
we should not need to override the dependency version anymore.

Change-Id: Ib2cec2e7f62a1a7a3aae21f87693fa1d4b6ba87f
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/66781
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
doc/org.eclipse.tracecompass.doc.dev/pom.xml
doc/org.eclipse.tracecompass.doc.user/pom.xml
doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml
doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml
doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml

index 7c7ccc83887192e45364e7ce5d1e26c7cfcf3d54..130fe753c989076385da45538b79eaa64458eb02 100644 (file)
             </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>
index af9644ab2fbd64913427f878f1b68cd82e04b5c5..b26e260f119bd44f7d44162c008f0979df8665d3 100644 (file)
             </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>
index 88d6db8a5de4a5252dc47ac4377f0755fc1cfd04..edfba38d40c0bbf17175d3931c98567d0a0a5ba1 100644 (file)
             </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>
index 18afc5391a8f0884050eeb23432e68c60aef110a..0ac73604f75a77850742bb7cc1803749b8f6c346 100644 (file)
             </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>
index a5e50c019cc6c48a9f0b29fab9ebaeec6b450a2c..eb5a2bfa92471ee8598b0e4c35ab03c900bdc338 100644 (file)
             </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>
This page took 0.028105 seconds and 5 git commands to generate.