From 39c082051716206a1090f4968e366249ef7eb48b Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Tue, 14 May 2013 12:37:44 +0300 Subject: [PATCH] Use Tycho 0.17 for build. This also required to add configuration for eclipserun plugin in the master pom. Change-Id: Id9814096a6ee430058470a8eefd6c18d1f90bebd Reviewed-on: https://git.eclipse.org/r/12773 Reviewed-by: Marc-Andre Laperle IP-Clean: Marc-Andre Laperle Tested-by: Marc-Andre Laperle --- pom.xml | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 55917313e89..31ceeebbe65 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,8 @@ CDT Parent - 0.16.0 - 0.16.0 + 0.17.0 + 0.17.0 http://download.eclipse.org 3.8 ${download-site}/eclipse/updates/${platform-version} @@ -373,6 +373,43 @@ + + org.eclipse.tycho.extras + tycho-eclipserun-plugin + ${tycho-extras-version} + + -application org.eclipse.ant.core.antRunner -buildfile customBuildCallbacks.xml build.index + + + org.apache.ant + eclipse-plugin + + + org.eclipse.help.base + eclipse-plugin + + + org.eclipse.ant.core + eclipse-plugin + + + + + platform + p2 + ${platform-site} + + + + + + + eclipse-run + + compile + + +