Fixed missed zwave dependency and added plugin folder to run classpath
This commit is contained in:
parent
9ccdee277c
commit
6e41f357b0
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
BIN
plugins/zwave/lib/wzwave-0.0.4-ziver-SNAPSHOT.jar
Normal file
BIN
plugins/zwave/lib/wzwave-0.0.4-ziver-SNAPSHOT.jar
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue