Updated to the new collect-view path

This commit is contained in:
adamdunkels 2010-11-03 14:53:16 +00:00
parent 04fa714930
commit faec16f236
2 changed files with 10 additions and 10 deletions

View file

@ -22,7 +22,7 @@
<target name="jar" depends="clean, init, compile">
<jar destfile="collect-view.jar" basedir="build" />
<ant antfile="build.xml" dir="../../../../examples/sky-shell" target="dist" inheritAll="false"/>
<ant antfile="build.xml" dir="../../../../tools/collect-view" target="dist" inheritAll="false"/>
</target>
</project>