replaced tabs with spaces

This commit is contained in:
Chris--A 2015-06-12 16:22:41 +10:00
parent c15b820ca4
commit 2296b229bb
1 changed files with 2 additions and 2 deletions

View File

@ -187,14 +187,14 @@
<param name="final_folder" value="${target.path}/libraries/Firmata-2.4.3" />
<param name="dest_folder" value="${target.path}/libraries" />
</antcall>
<move file="${target.path}/libraries/Firmata-2.4.3" tofile="${target.path}/libraries/Firmata" />
<move file="${target.path}/libraries/Firmata-2.4.3" tofile="${target.path}/libraries/Firmata" />
<antcall target="unzip">
<param name="archive_file" value="Temboo-1.1.2.zip" />
<param name="archive_url" value="https://github.com/temboo/Temboo/archive/1.1.2.zip" />
<param name="final_folder" value="${target.path}/libraries/Temboo-1.1.2" />
<param name="dest_folder" value="${target.path}/libraries" />
</antcall>
<move file="${target.path}/libraries/Temboo-1.1.2" tofile="${target.path}/libraries/Temboo" />
<move file="${target.path}/libraries/Temboo-1.1.2" tofile="${target.path}/libraries/Temboo" />
</target>
<!-- copy hardware folder -->