summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorJonathan Bauer2014-08-12 17:43:41 +0200
committerJonathan Bauer2014-08-12 17:43:41 +0200
commit6ff25f43b4552323899e13b7446e6cfaa5888d6f (patch)
treeee7e8b3a84933ef2981b6de7fedec53939e624f2 /Dozentenmodul/pom.xml
parentMerge branch 'master' of git.openslx.org:openslx-ng/tutor-module into maven (diff)
downloadtutor-module-6ff25f43b4552323899e13b7446e6cfaa5888d6f.tar.gz
tutor-module-6ff25f43b4552323899e13b7446e6cfaa5888d6f.tar.xz
tutor-module-6ff25f43b4552323899e13b7446e6cfaa5888d6f.zip
[win32] fix problems with org.eclipse.swt package names and version
Diffstat (limited to 'Dozentenmodul/pom.xml')
-rw-r--r--Dozentenmodul/pom.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/Dozentenmodul/pom.xml b/Dozentenmodul/pom.xml
index d36ff7d4..82a6015f 100644
--- a/Dozentenmodul/pom.xml
+++ b/Dozentenmodul/pom.xml
@@ -56,6 +56,16 @@
<goal>shade</goal>
</goals>
<configuration>
+ <filters>
+ <filter>
+ <artifact>*:*</artifact>
+ <excludes>
+ <exclude>META-INF/*.SF</exclude>
+ <exclude>META-INF/*.DSA</exclude>
+ <exclude>META-INF/*.RSA</exclude>
+ </excludes>
+ </filter>
+ </filters>
<minimizeJar>true</minimizeJar>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
@@ -90,8 +100,8 @@
</os>
</activation>
<properties>
- <swt.groupId>org.eclipse.swt.win32.win32</swt.groupId>
- <swt.artifactId>x86</swt.artifactId>
+ <swt.groupId>org.eclipse.swt.org.eclipse.swt.win32.win32.x86.4.3.swt</swt.groupId>
+ <swt.artifactId>org.eclipse.swt.win32.win32.x86</swt.artifactId>
</properties>
</profile>
<profile>
@@ -113,6 +123,11 @@
<dependencies>
<dependency>
+ <groupId>org.eclipse.jface</groupId>
+ <artifactId>text</artifactId>
+ <version>3.3.0-v20070606-0010</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.9.1</version>