From 7bbb86292dba532b68b34b30bbd86f4564aaa34e Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sat, 30 May 2015 00:02:30 +0200 Subject: [PATCH] Added profile to pom.xml to allow build on Windows to ignore optional required bundles such as org.eclipse.jdt.launching.macosx. --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index e04de450f..b065162c7 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,28 @@ + + windows + + + windows + + + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + ignore + + + + + +