also clean avrora project

This commit is contained in:
fros4943 2009-03-11 13:54:46 +00:00
parent 42ed8a3b9b
commit adf1489cda

View file

@ -57,6 +57,7 @@ The COOJA Simulator
<delete dir="${dist}"/>
<ant antfile="build.xml" dir="apps/mrm" target="clean" inheritAll="false"/>
<ant antfile="build.xml" dir="apps/mspsim" target="clean" inheritAll="false"/>
<ant antfile="build.xml" dir="apps/avrora" target="clean" inheritAll="false"/>
</target>
<target name="run" depends="init, compile, jar, copy configs">
@ -100,7 +101,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"/>
<ant antfile="build.xml" dir="apps/avrora" target="jar" inheritAll="false"/>
</target>
<target name="run_nogui" depends="init, compile, jar, copy configs">