summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2014-09-11 21:30:56 +0200
committerSimon Rettberg2014-09-11 21:30:56 +0200
commit9c26b24d6de73ff5acb1c78bd817aafc4aa31334 (patch)
treeb4959c3355e8451c2765a67538674778ba1aa6fb /dozentenmodul/pom.xml
parentIgnore (hopefully) unneeded files generated by WindowBuilder (diff)
downloadtutor-module-9c26b24d6de73ff5acb1c78bd817aafc4aa31334.tar.gz
tutor-module-9c26b24d6de73ff5acb1c78bd817aafc4aa31334.tar.xz
tutor-module-9c26b24d6de73ff5acb1c78bd817aafc4aa31334.zip
Add linux_32 profile for building on 32bit (swt)
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index d78eb1d0..b6e2e755 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -115,8 +115,19 @@
<properties>
<swt.groupId>org.eclipse.swt.org.eclipse.swt.gtk.linux.x86_64.4.3.swt</swt.groupId>
<swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId>
- <!--swt.groupId>org.eclipse.swt.gtk.linux</swt.groupId>
- <swt.artifactId>x86_64</swt.artifactId-->
+ </properties>
+ </profile>
+ <profile>
+ <id>linux_32</id>
+ <activation>
+ <os>
+ <name>linux</name>
+ <arch>i386</arch>
+ </os>
+ </activation>
+ <properties>
+ <swt.groupId>org.eclipse.swt.org.eclipse.swt.gtk.linux.x86.4.3.swt</swt.groupId>
+ <swt.artifactId>org.eclipse.swt.gtk.linux.x86</swt.artifactId>
</properties>
</profile>
</profiles>
@@ -161,7 +172,6 @@
<groupId>${swt.groupId}</groupId>
<artifactId>${swt.artifactId}</artifactId>
<version>4.3</version>
- <!--version>3.3.0-v3346</version-->
</dependency>
<dependency>
<groupId>log4j</groupId>
@@ -189,7 +199,7 @@
</dependency>
<dependency>
<groupId>bwlehrpool</groupId>
- <artifactId>dms</artifactId>
+ <artifactId>dozmod-server</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>