Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-03-10 03:10:03 +0000
committerIgor Fedorenko2012-03-10 03:10:03 +0000
commit0e0b7e8ae255cf3268eab48ec09b1a59b5e66d03 (patch)
tree77d0f054617a6773da64548dc6cf66ffc3d42c76 /eclipse-parent/pom.xml
parentbc7991b2e402559bf8d93e1be0701213e5a36d8c (diff)
downloadeclipse.platform.releng.aggregator-0e0b7e8ae255cf3268eab48ec09b1a59b5e66d03.tar.gz
eclipse.platform.releng.aggregator-0e0b7e8ae255cf3268eab48ec09b1a59b5e66d03.tar.xz
eclipse.platform.releng.aggregator-0e0b7e8ae255cf3268eab48ec09b1a59b5e66d03.zip
updated to use tycho 0.14.1
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'eclipse-parent/pom.xml')
-rw-r--r--eclipse-parent/pom.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 5e4fa2ad5..f9f0d0892 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -21,7 +21,8 @@
<packaging>pom</packaging>
<properties>
- <tycho.version>0.14.0-SNAPSHOT</tycho.version>
+ <tycho.version>0.14.1</tycho.version>
+ <tycho-extras.version>0.14.0</tycho-extras.version>
<orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/S20111201180206/repository/</orbit-repo.url>
<jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.1.0.RC1/</jetty-repo.url>
@@ -180,6 +181,21 @@
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho.version}</version>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-repository-plugin</artifactId>
+ <version>${tycho.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>${tycho-extras.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-custom-bundle-plugin</artifactId>
+ <version>${tycho-extras.version}</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>

Back to the top