File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ 4af55b713e318f534f524b8ad239c1ca2419deaa
Original file line number Diff line number Diff line change 72
72
</condition >
73
73
74
74
<property name =" ARDUINO-BUILDER-VERSION" value =" 1.0.0-beta7" />
75
+ <property name =" TEMBOO-LIB-VERSION" value =" 1.1.3" />
75
76
76
77
<!-- Libraries required for running arduino -->
77
78
<fileset dir =" .." id =" runtime.jars" >
193
194
</antcall >
194
195
<move file =" ${ target.path } /libraries/Firmata-2.4.4" tofile =" ${ target.path } /libraries/Firmata" />
195
196
<antcall target =" unzip" >
196
- <param name =" archive_file" value =" Temboo-1.1.2 .zip" />
197
- <param name =" archive_url" value =" https://github.com/temboo/Temboo/archive/1.1.2 .zip" />
198
- <param name =" final_folder" value =" ${ target.path } /libraries/Temboo-1.1.2 " />
197
+ <param name =" archive_file" value =" Temboo-${ TEMBOO-LIB-VERSION } .zip" />
198
+ <param name =" archive_url" value =" https://github.com/temboo/Temboo/archive/${ TEMBOO-LIB-VERSION } .zip" />
199
+ <param name =" final_folder" value =" ${ target.path } /libraries/Temboo-${ TEMBOO-LIB-VERSION } " />
199
200
<param name =" dest_folder" value =" ${ target.path } /libraries" />
200
201
</antcall >
201
- <move file =" ${ target.path } /libraries/Temboo-1.1.2 " tofile =" ${ target.path } /libraries/Temboo" />
202
+ <move file =" ${ target.path } /libraries/Temboo-${ TEMBOO-LIB-VERSION } " tofile =" ${ target.path } /libraries/Temboo" />
202
203
</target >
203
204
204
205
<!-- copy hardware folder -->
You can’t perform that action at this time.
0 commit comments