From f06751bf27f59d67e7c29357162b64e3065077a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20No=C3=ABl?= Date: Tue, 13 Sep 2016 15:19:42 +0200 Subject: [PATCH] PETALSSTUD-323: Upgrade to Indigo 3.7.2 - Let's actually use the target definition with mvn This improves reliability of the build process and also speed - Also fixes PETALSSTUD-243 --- pom.xml | 14 +----- target-definition/indigo.target | 48 ------------------- target-definition/pom.xml | 35 +------------- target-definition/target-definition.target | 47 ++++++++++++++++++ .../META-INF/MANIFEST.MF | 2 +- 5 files changed, 51 insertions(+), 95 deletions(-) delete mode 100644 target-definition/indigo.target create mode 100644 target-definition/target-definition.target diff --git a/pom.xml b/pom.xml index 96f42b07..c94961e5 100644 --- a/pom.xml +++ b/pom.xml @@ -63,19 +63,15 @@ target-platform-configuration ${tycho-version} - p2 com.ebmwebsourcing.petals target-definition 1.0.0-SNAPSHOT - indigo - true - win32 @@ -148,14 +144,6 @@ - - - indigo - http://download.eclipse.org/releases/indigo/ - p2 - - - JIRA http://jira.petalslink.com @@ -174,4 +162,4 @@ - \ No newline at end of file + diff --git a/target-definition/indigo.target b/target-definition/indigo.target deleted file mode 100644 index 6d5a9a74..00000000 --- a/target-definition/indigo.target +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/target-definition/pom.xml b/target-definition/pom.xml index f7899299..9170b667 100644 --- a/target-definition/pom.xml +++ b/target-definition/pom.xml @@ -13,37 +13,6 @@ com.ebmwebsourcing.petals target-definition - pom + eclipse-target-definition - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.7 - - - - attach-artifacts - package - - attach-artifact - - - - - - indigo.target - target - indigo - - - - - - - - - - - \ No newline at end of file + diff --git a/target-definition/target-definition.target b/target-definition/target-definition.target new file mode 100644 index 00000000..945d8338 --- /dev/null +++ b/target-definition/target-definition.target @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/com.ebmwebsourcing.petals.tests.common/META-INF/MANIFEST.MF b/tests/com.ebmwebsourcing.petals.tests.common/META-INF/MANIFEST.MF index 88c50f90..fee35c72 100644 --- a/tests/com.ebmwebsourcing.petals.tests.common/META-INF/MANIFEST.MF +++ b/tests/com.ebmwebsourcing.petals.tests.common/META-INF/MANIFEST.MF @@ -15,7 +15,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.swtbot.swt.finder;bundle-version="2.0.0", org.apache.log4j;bundle-version="1.2.15", org.junit;bundle-version="4.8.2", - org.hamcrest;bundle-version="1.1.0", + org.hamcrest.library;bundle-version="1.1.0", org.eclipse.core.resources;bundle-version="3.7.100", com.ebmwebsourcing.petals.services;bundle-version="1.0.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6