Fixed missed zwave dependency and added plugin folder to run classpath

This commit is contained in:
Ziver Koc 2017-07-29 21:01:01 +02:00
parent 9ccdee277c
commit 6e41f357b0
2 changed files with 2 additions and 1 deletions

View file

@ -44,7 +44,8 @@
<java fork="true" failonerror="true" classname="se.hal.HalServer"> <java fork="true" failonerror="true" classname="se.hal.HalServer">
<classpath> <classpath>
<pathelement path="${releaseDir}/${releaseJar}"/> <pathelement path="${releaseDir}/${releaseJar}"/>
<pathelement path="${libDir}/*"/> <!--wildcard may not be platform independent, ok?--> <pathelement path="${releaseDir}/plugins/*"/>
<pathelement path="${libDir}/*"/>
</classpath> </classpath>
</java> </java>
</target> </target>

Binary file not shown.