From 67511b8aad6c1162bbd8ba01e1d4cd9a0bb1e107 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 14 Jul 2014 20:58:42 +0200 Subject: mavenization on its way... --- Dozentenmodul/pom.xml | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 Dozentenmodul/pom.xml (limited to 'Dozentenmodul/pom.xml') diff --git a/Dozentenmodul/pom.xml b/Dozentenmodul/pom.xml new file mode 100644 index 00000000..02ab3756 --- /dev/null +++ b/Dozentenmodul/pom.xml @@ -0,0 +1,183 @@ + + 4.0.0 + + bwlehrpool + dmc + 1.0-SNAPSHOT + jar + + DozMod-Client + http://maven.apache.org + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + maven-assembly-plugin + + + package + + single + + + + + + + gui.intro.Login_GUI + + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + true + + + + + + + + + + mac + + + mac os x + + + + org.eclipse.swt.carbon + macosx + + + + windows + + + windows + + + + org.eclipse.swt.win32.win32 + x86 + + + + linux_64 + + + linux + amd64 + + + + org.eclipse.swt.org.eclipse.swt.gtk.linux.x86_64.4.3.swt + org.eclipse.swt.gtk.linux.x86_64 + + + + + + + + org.apache.thrift + libthrift + 0.9.1 + compile + + + commons-io + commons-io + 2.4 + compile + + + commons-net + commons-net + 3.3 + compile + + + com.toedter + jcalendar + 1.4 + compile + + + net.sourceforge.jdatepicker + jdatepicker + 1.3.2 + compile + + + ${swt.groupId} + ${swt.artifactId} + 4.3 + + + + log4j + log4j + 1.2.17 + compile + + + org.ini4j + ini4j + 0.5.2 + compile + + + org.slf4j + slf4j-log4j12 + 1.5.8 + compile + + + org.openslx.bwlp + master-sync-shared + 1.0-SNAPSHOT + compile + + + bwlehrpool + dms + 1.0-SNAPSHOT + + + junit + junit + 3.8.1 + test + + + + -- cgit v1.2.3-55-g7522