ANT bugfix
This commit is contained in:
parent
554dd09e6a
commit
606e767f34
2 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
<target name="run" depends="release">
|
||||
<java fork="true" failonerror="true" classname="se.hal.HalServer">
|
||||
<classpath>
|
||||
<pathelement path="${buildDir}/hal.jar"/> <!--wildcard may not be platform independent, ok?-->
|
||||
<pathelement path="${releaseDir}/hal.jar"/> <!--wildcard may not be platform independent, ok?-->
|
||||
<pathelement path="${libDir}/*"/> <!--wildcard may not be platform independent, ok?-->
|
||||
</classpath>
|
||||
</java>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue