Project: * Clean-up (Eclipse cruft, unused files, etc...) * Git-specific changes * Maven POMs clean-up and changes for the build system * Version set to 1.0.0-0 in the development branches * Maven plug-ins updated to latest versions * Very partial dev. documentation added

This commit is contained in:
Emmanuel BENOîT 2011-12-09 08:07:33 +01:00
parent c74e30d5ba
commit 0665a760de
1439 changed files with 1020 additions and 1649 deletions
legacyworlds/build-tools

View file

@ -0,0 +1,5 @@
#!/bin/sh
BASE="`dirname $0`"
cd "$BASE/server"
source server-config.sh
java $LOG -jar legacyworlds-server-main-*.jar --run-tool $1 "$2"