From 88ff4e3c2fe977c1ce6b907b94f77c82942e22ac Mon Sep 17 00:00:00 2001 From: Kenneth Lausdahl Date: Wed, 22 Jan 2014 13:56:30 +0100 Subject: [PATCH] this partly fixes issue #259 but mac and linux is not added --- ide/pom.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/ide/pom.xml b/ide/pom.xml index c4e789aee0..1b4df8cbbf 100644 --- a/ide/pom.xml +++ b/ide/pom.xml @@ -187,5 +187,69 @@ + + + + win + + + Windows + + + + sun.arch.data.model + 32 + + + + + + org.eclipse.tycho + target-platform-configuration + + + + win32 + win32 + x86 + + + + + + + + + + + win64 + + + Windows + + + + sun.arch.data.model + 64 + + + + + + org.eclipse.tycho + target-platform-configuration + + + + win32 + win32 + x86_64 + + + + + + +