added build dependcy jipv6.jar
This commit is contained in:
parent
639121f835
commit
ae9aaea5f3
|
@ -27,6 +27,7 @@
|
|||
|
||||
<target name="mspsim" depends="init">
|
||||
<copy todir="${lib}" file="${mspsim}/mspsim.jar" />
|
||||
<copy todir="${lib}" file="${mspsim}/jipv6.jar" />
|
||||
</target>
|
||||
|
||||
<target name="coffee" depends="init">
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
se.sics.cooja.GUI.MOTETYPES = + se.sics.cooja.mspmote.ESBMoteType se.sics.cooja.mspmote.SkyMoteType
|
||||
se.sics.cooja.GUI.JARFILES = + cooja_mspsim.jar mspsim.jar coffee.jar
|
||||
se.sics.cooja.GUI.JARFILES = + cooja_mspsim.jar mspsim.jar coffee.jar jipv6.jar
|
||||
se.sics.cooja.GUI.PLUGINS = + se.sics.cooja.mspmote.plugins.MspCLI se.sics.cooja.mspmote.plugins.MspCodeWatcher se.sics.cooja.mspmote.plugins.MspStackWatcher se.sics.cooja.mspmote.plugins.MspCycleWatcher
|
||||
|
|
Loading…
Reference in a new issue