summaryrefslogtreecommitdiff
path: root/pdf-over-gui/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:25:41 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2013-04-10 19:25:41 +0000
commitbc27500b70093d2c536b79ddd3c46975753543dd (patch)
tree69f244923c252f34d074a40210f43a6e403d33b0 /pdf-over-gui/pom.xml
parent70372494d00edde77e21024756cebec066255289 (diff)
downloadpdf-over-bc27500b70093d2c536b79ddd3c46975753543dd.tar.gz
pdf-over-bc27500b70093d2c536b79ddd3c46975753543dd.tar.bz2
pdf-over-bc27500b70093d2c536b79ddd3c46975753543dd.zip
Add profiles for different mac architectures
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@314 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/pom.xml')
-rw-r--r--pdf-over-gui/pom.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index 40d911b7..2b71261d 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -305,6 +305,20 @@
</properties>
</profile>
<profile>
+ <id>mac</id>
+ <activation>
+ <os>
+ <name>mac os x</name>
+ <arch>i386</arch>
+ </os>
+ </activation>
+ <properties>
+ <swt.artifactId>org.eclipse.swt.cocoa.macosx</swt.artifactId>
+ <staging.dir>${project.build.directory}/staging/mac</staging.dir>
+ <target.name>mac</target.name>
+ </properties>
+ </profile>
+ <profile>
<id>mac-64</id>
<activation>
<os>
@@ -319,6 +333,21 @@
</properties>
</profile>
<profile>
+ <id>mac-64</id>
+ <activation>
+ <os>
+ <name>mac os x</name>
+ <arch>x86_64</arch>
+ </os>
+ </activation>
+ <properties>
+ <swt.artifactId>org.eclipse.swt.cocoa.macosx.x86_64</swt.artifactId>
+ <staging.dir>${project.build.directory}/staging/mac</staging.dir>
+ <target.name>mac</target.name>
+ </properties>
+ </profile>
+
+ <profile>
<id>dummy-sign</id>
<!-- Standard profile - sign using a dummy cert -->
<activation>