summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorJonathan Bauer2014-09-18 13:44:08 +0200
committerJonathan Bauer2014-09-18 13:44:08 +0200
commitb819dffd8a2e46c900f50c9f873c0603a83e8c79 (patch)
tree59cfcc46dcd54935a637fa77ebf0d5a7f5acab81 /dozentenmodul/pom.xml
parentRevert "[client] center GUIs in the primary display only" (diff)
downloadtutor-module-b819dffd8a2e46c900f50c9f873c0603a83e8c79.tar.gz
tutor-module-b819dffd8a2e46c900f50c9f873c0603a83e8c79.tar.xz
tutor-module-b819dffd8a2e46c900f50c9f873c0603a83e8c79.zip
[client] moved main function to App.java & refined Config stuff
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index 051523c4..47a51005 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -47,7 +47,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>gui.intro.Login_GUI</mainClass>
+ <mainClass>App</mainClass>
</manifest>
<manifestEntries>
<Version-Timestamp>${maven.build.timestamp}</Version-Timestamp>
@@ -81,7 +81,7 @@
<minimizeJar>true</minimizeJar>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>gui.intro.Login_GUI</mainClass>
+ <mainClass>App</mainClass>
<manifestEntries>
<Version-Timestamp>${maven.build.timestamp}</Version-Timestamp>
</manifestEntries>