added build dependcy jipv6.jar

This commit is contained in:
fros4943 2009-10-27 09:58:18 +00:00
parent 639121f835
commit ae9aaea5f3
2 changed files with 2 additions and 1 deletions

View File

@ -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">

View File

@ -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