1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Temboo library updated to 1.1.3

This commit is contained in:
Federico Fissore 2015-09-17 17:05:56 +02:00
parent a295fbbc36
commit a63d8d0bae
3 changed files with 6 additions and 5 deletions

View File

@ -1 +0,0 @@
3765428c8af45e7ef085b53f6408bbb1c0133f6d

View File

@ -0,0 +1 @@
4af55b713e318f534f524b8ad239c1ca2419deaa

View File

@ -72,6 +72,7 @@
</condition>
<property name="ARDUINO-BUILDER-VERSION" value="1.0.0-beta7" />
<property name="TEMBOO-LIB-VERSION" value="1.1.3" />
<!-- Libraries required for running arduino -->
<fileset dir=".." id="runtime.jars">
@ -193,12 +194,12 @@
</antcall>
<move file="${target.path}/libraries/Firmata-2.4.4" 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="archive_file" value="Temboo-${TEMBOO-LIB-VERSION}.zip" />
<param name="archive_url" value="https://github.com/temboo/Temboo/archive/${TEMBOO-LIB-VERSION}.zip" />
<param name="final_folder" value="${target.path}/libraries/Temboo-${TEMBOO-LIB-VERSION}" />
<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-${TEMBOO-LIB-VERSION}" tofile="${target.path}/libraries/Temboo" />
</target>
<!-- copy hardware folder -->