Change run to do package-all
This commit is contained in:
parent
6e41f357b0
commit
279c19272e
2 changed files with 1 additions and 2 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<!-- ________________________ EXECUTION TARGETS ________________________ -->
|
||||
|
||||
<target name="run" depends="package">
|
||||
<target name="run" depends="package-all">
|
||||
<java fork="true" failonerror="true" classname="se.hal.HalServer">
|
||||
<classpath>
|
||||
<pathelement path="${releaseDir}/${releaseJar}"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue