From 77531710fb5bd3d01e97f70da4158109a4de3f82 Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 10 Apr 2013 19:18:04 +0000 Subject: Only build 1 pkg per OS, load SWT libs @ runtime git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@244 174cde9d-5d70-4d2a-aa98-46368bc2aaf7 --- pdf-over-gui/pom.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'pdf-over-gui/pom.xml') diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 4c485366..23ddf1ca 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -118,7 +118,7 @@ true true system - org.codehaus.izpack + org.codehaus.izpack,org.eclipse.swt @@ -167,8 +167,9 @@ src/main/resources - scripts/* icons/* + lib-swt/swt-${target.name}-* + scripts/* @@ -211,6 +212,7 @@ src/main/resources izpack/* + lib-swt/* scripts/* keystore.jks @@ -240,8 +242,8 @@ org.eclipse.swt.gtk.linux.x86_64 - ${project.build.directory}/staging/linux-64 - linux-64 + ${project.build.directory}/staging/linux + linux @@ -283,8 +285,8 @@ org.eclipse.swt.win32.win32.x86_64 - ${project.build.directory}/staging/windows-64 - windows-64 + ${project.build.directory}/staging/windows + windows @@ -312,8 +314,8 @@ org.eclipse.swt.cocoa.macosx.x86_64 - ${project.build.directory}/staging/mac-64 - mac-64 + ${project.build.directory}/staging/mac + mac -- cgit v1.2.3