summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorStephan Schwaer2015-07-07 18:41:13 +0200
committerStephan Schwaer2015-07-07 18:41:13 +0200
commit6cdab2d80d7f614345a93f429a8c337fcd161f96 (patch)
treecbe9f7929df0363ab744399ee99bcc52fa06bd0a /dozentenmodul/pom.xml
parent[client] Adapt to changes in master-sync-shared/ThriftManager (diff)
downloadtutor-module-6cdab2d80d7f614345a93f429a8c337fcd161f96.tar.gz
tutor-module-6cdab2d80d7f614345a93f429a8c337fcd161f96.tar.xz
tutor-module-6cdab2d80d7f614345a93f429a8c337fcd161f96.zip
[client] Added imageWindowComposite and early stage of wizard for creating/editing images.
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml44
1 files changed, 22 insertions, 22 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 3e4d2195..2d162395 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -151,18 +151,32 @@
</properties>
</profile>
<profile>
- <id>windows</id>
+ <id>windows_32</id>
<activation>
<os>
<family>windows</family>
+ <arch>i386</arch>
</os>
</activation>
<properties>
- <swt.groupId>org.eclipse.swt.org.eclipse.swt.win32.win32.x86.4.3.swt</swt.groupId>
+ <swt.groupId>org.eclipse.swt</swt.groupId>
<swt.artifactId>org.eclipse.swt.win32.win32.x86</swt.artifactId>
</properties>
</profile>
<profile>
+ <id>windows_64</id>
+ <activation>
+ <os>
+ <family>windows</family>
+ <arch>amd64</arch>
+ </os>
+ </activation>
+ <properties>
+ <swt.groupId>org.eclipse.swt</swt.groupId>
+ <swt.artifactId>org.eclipse.swt.win32.win32.x86_64</swt.artifactId>
+ </properties>
+ </profile>
+ <profile>
<id>linux_64</id>
<activation>
<os>
@@ -171,9 +185,6 @@
</os>
</activation>
<properties>
-
-
-
<swt.groupId>org.eclipse.swt</swt.groupId>
<swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId>
</properties>
@@ -195,11 +206,6 @@
<dependencies>
<dependency>
- <groupId>org.mod4j.org.eclipse.jface</groupId>
- <artifactId>text</artifactId>
- <version>3.5.0</version>
- </dependency>
- <dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.9.1</version>
@@ -212,18 +218,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>com.toedter</groupId>
- <artifactId>jcalendar</artifactId>
- <version>1.4</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.jdatepicker</groupId>
- <artifactId>jdatepicker</artifactId>
- <version>1.3.2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>${swt.groupId}</groupId>
<artifactId>${swt.artifactId}</artifactId>
<version>4.4</version>
@@ -269,6 +263,12 @@
<version>2.2.4</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jface</groupId>
+ <artifactId>org.eclipse.jface</artifactId>
+ <version>3.8.0.v20120521-2329</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>