Commit Graph

5 Commits (master)

Author SHA1 Message Date
Stefan Dollase 2a81e44339 added high resolution icons
* directly added files for all operating systems
* removed scripts to generate icons
* used multiple resolution pngs in the code
2016-01-15 21:35:54 +01:00
Stefan Dollase cca131775b replaced occurrences of "AMIDST" by "Amidst", when used as a title, or "amidst", when used as an identifier 2015-12-30 19:52:04 +01:00
Stefan Dollase 58d5425f8b fixed another issue with the travis build 2015-12-24 03:38:16 +01:00
Stefan Dollase 73d96e6264 switched from the maven-assembly-plugin to the maven-shade-plugin
* this seems to work better when building fat jar files
* it replaced the default output jar file (without dependencies) by the fat jar file (including all dependencies)
* removed the script that replaced the default jar file by the fat jar file
* enabled the generation of the mac wrapper, since it should work
* the mac wrapper will contain all dependencies twice
2015-12-24 03:18:08 +01:00
Stefan Dollase 9f1c93209e extracted building of windows and mac wrappers to extra pom.xml files
* to prevent issues like the one that was fixed in commit 476f5a
* mac wrapper is still broken and thus disabled
2015-12-24 02:43:32 +01:00