Moved PowerChallenge into Hal

Former-commit-id: 34665800518933f0b92723378601a3bafc53fdb0
This commit is contained in:
Ziver Koc 2016-01-11 18:02:45 +01:00
parent 5b2dffeb43
commit 4428824061
14 changed files with 35 additions and 30 deletions

View file

@ -44,7 +44,7 @@
</target>
<target name="run-main-server" depends="">
<java fork="true" failonerror="true" classname="se.hal.PowerChallenge">
<java fork="true" failonerror="true" classname="se.hal.HalServer">
<classpath>
<pathelement path="${buildDir}/hal.jar"/> <!--wildcard may not be platform independent, ok?-->
<pathelement path="${libDir}/*"/> <!--wildcard may not be platform independent, ok?-->