From 782e41eee1f04f86bc895a95cd2d51353284987a Mon Sep 17 00:00:00 2001 From: tkellner Date: Wed, 10 Apr 2013 18:51:24 +0000 Subject: Refactoring git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@11 174cde9d-5d70-4d2a-aa98-46368bc2aaf7 --- pdf-over-gui/pom.xml | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 pdf-over-gui/pom.xml (limited to 'pdf-over-gui/pom.xml') diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml new file mode 100644 index 00000000..e8d8f53a --- /dev/null +++ b/pdf-over-gui/pom.xml @@ -0,0 +1,104 @@ + + 4.0.0 + + pdf-over + a-sit.at + 4.0.0-SNAPSHOT + .. + + pdf-over-gui + PDF-Over GUI + + + + org.eclipse.swt + ${swt.artifactId} + 3.8 + + + + + + linux + + + linux + x86 + + + + org.eclipse.swt.gtk.linux.x86 + + + + linux-64 + + + linux + amd64 + + + + org.eclipse.swt.gtk.linux.x86_64 + + + + + windows + + + windows + x86 + + + + org.eclipse.swt.win32.win32.x86 + + + + windows-64 + + + windows + amd64 + + + + org.eclipse.swt.win32.win32.x86_64 + + + + + mac + + + mac os x + x86 + + + + org.eclipse.swt.cocoa.macosx + + + + mac-64 + + + mac os x + amd64 + + + + org.eclipse.swt.cocoa.macosx.x86_64 + + + + + + + swt-repo + https://swt-repo.googlecode.com/svn/repo/ + + + \ No newline at end of file -- cgit v1.2.3