also clean avrora project
This commit is contained in:
parent
42ed8a3b9b
commit
adf1489cda
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue