can't get install to work

This commit is contained in:
Manindra Moharana
2014-06-24 23:33:31 +05:30
parent ea930d2015
commit a514cc18ca

View File

@@ -82,8 +82,9 @@
</target>
<target name="install" depends="build" description="Quick install to sketchbook">
<copy todir="${sketchbook.location}/modes/${lib.name}/mode">
<target name="install" depends="build" description="Quick install to mode folder">
<delete file="${target.path}/modes/${lib.name}/mode/${lib.name}.jar" />
<copy todir="${target.path}/modes/${lib.name}/mode">
<fileset file="mode/${lib.name}.jar" />
</copy>
</target>