Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2016-04-25 13:10:55 +0000
committerPascal Rapicault2016-04-25 13:50:09 +0000
commitd940dd91e4a564ee65e1d1eb58f2549fabab483a (patch)
tree4794c22e673f5a2372a9e60e114c5398f4a18470 /bundles/org.eclipse.equinox.p2.metadata.repository
parent9f601c61e10aa2c996240b63f34d18dc2a1cc41f (diff)
downloadrt.equinox.p2-d940dd91e4a564ee65e1d1eb58f2549fabab483a.tar.gz
rt.equinox.p2-d940dd91e4a564ee65e1d1eb58f2549fabab483a.tar.xz
rt.equinox.p2-d940dd91e4a564ee65e1d1eb58f2549fabab483a.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata.repository')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
index c81d8691e..a5b179957 100644
--- a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
@@ -21,29 +21,4 @@
<artifactId>org.eclipse.equinox.p2.metadata.repository</artifactId>
<version>1.2.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <configuration>
- <extraClasspathElements>
- <extraClasspathElement>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.7.1</version>
- </extraClasspathElement>
- </extraClasspathElements>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.7.1</version>
- </dependency>
-
- </dependencies>
</project>

Back to the top