Added XML Generation

- Implemented a wrapper for Apache Freemake
- Implemented the regatta XML generator

Tags: #story[984]
This commit is contained in:
Michael Rausch
2017-07-19 14:47:16 +12:00
parent b301ce5d27
commit 45053ba507
10 changed files with 263 additions and 4 deletions
@@ -40,7 +40,7 @@ public class GameServerThread implements Runnable, Observer, ClientConnectionDel
runner.start();
}
static void serverLog(String message, int logLevel){
public static void serverLog(String message, int logLevel){
if(logLevel <= LOG_LEVEL){
System.out.println("[SERVER] " + message);
}
@@ -59,7 +59,4 @@ public class GameState {
}
}
}