added avrora to buildpath

This commit is contained in:
joxe 2009-02-22 16:50:42 +00:00
parent 8be8d92923
commit f8ea34a689

View File

@ -100,6 +100,7 @@ The COOJA Simulator
<target name="jar" depends="jar_cooja">
<ant antfile="build.xml" dir="apps/mrm" target="jar" inheritAll="false"/>
<ant antfile="build.xml" dir="apps/mspsim" target="jar" inheritAll="false"/>
<ant antfile="build.xml" dir="apps/avrora" target="jar" inheritAll="false"/>
</target>
<target name="run_nogui" depends="init, compile, jar, copy configs">