summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
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>