From 04fcb5bedd92a145e1f6f8cdf365282ebe08fa3d Mon Sep 17 00:00:00 2001 From: Emmanuel Bigeon Date: Sat, 11 Jun 2016 18:10:03 -0400 Subject: [PATCH] Update dependencies to match platform by profiles --- gclc-swt/pom.xml | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) diff --git a/gclc-swt/pom.xml b/gclc-swt/pom.xml index e79761c..edd5341 100644 --- a/gclc-swt/pom.xml +++ b/gclc-swt/pom.xml @@ -32,10 +32,12 @@ - + 4.0.0 gclc-swt - 1.0.4-SNAPSHOT + 1.0.4 jar http://www.bigeon.fr/emmanuel @@ -53,16 +55,6 @@ gclc 1.2.2 - - org.eclipse.swt - org.eclipse.swt.gtk.linux.x86_64 - 4.3 - - - org.eclipse.swt - org.eclipse.swt.win32.win32.x86_64 - 4.3 - fr.bigeon collections @@ -76,4 +68,36 @@ scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git HEAD + + + linux-deps + + + Linux + + + + + org.eclipse.swt + org.eclipse.swt.gtk.linux.x86_64 + 4.3 + + + + + windows-deps + + + Windows + + + + + org.eclipse.swt + org.eclipse.swt.win32.win32.x86_64 + 4.3 + + + +