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:
parent
c74e30d5ba
commit
0665a760de
1439 changed files with 1020 additions and 1649 deletions
legacyworlds/build-tools
5
legacyworlds/build-tools/execute-clit.sh
Executable file
5
legacyworlds/build-tools/execute-clit.sh
Executable 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"
|
Reference in a new issue