Commit Graph

12 Commits (master)

Author SHA1 Message Date
Stefan Dollase bdb9c74a29 moved devtools to the test source folder
The purpose of the devtools source folder was to have a place to put code that should not be included in the released jar file. However, this requirement is also met by the test source folder. The devtools source folder was a relict from before we used maven.

I also externalized the devtool settings to the properties file `src/test/resources/amidst/devtools/devtools.properties`. This file is ignored by git, however there is a commited template file. To run the devtools, copy the template and populate it with the correct values. The template also contains documentation about how the values are used.

Added tests to execute each devtool. Removed all main methods from the devtools. The tests are ignored by default since they serve as a main methods.
2016-02-01 01:11:52 +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
Stefan Dollase c402bc7b4b converted the project to a maven project 2015-12-19 21:21:11 +01:00
Stefan Dollase 0b78c3d68d added history.txt to the .gitignore 2015-11-13 06:11:39 +01:00
Skiphs 8acecf30b6 Added license window along with an update to gson. 2013-12-12 03:53:34 -08:00
neilwightman be8fa563ac add more directories ignore list 2013-11-01 15:11:17 +01:00
Skiphs 08ae19d0b7 Included libraries 2013-09-18 20:31:58 -07:00
Skiphs 0351a20682 added 1.5.2 support, replaced some utf-8 2013-05-07 10:58:50 -07:00
flying sheep ad6c63db47 ignored .idea, sorry 2013-04-03 18:56:38 +02:00
flying sheep c34fad1d99 ignore intellij files 2013-04-03 16:20:56 +02:00
skiphs 99741d1ce9 Initial commit 2013-03-30 06:09:44 -07:00