File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 187187 <param name =" final_folder" value =" ${ target.path } /libraries/Firmata-2.4.3" />
188188 <param name =" dest_folder" value =" ${ target.path } /libraries" />
189189 </antcall >
190- <rename src =" ${ target.path } /libraries/Firmata-2.4.3" dest =" ${ target.path } /libraries/Firmata" />
190+ <move file =" ${ target.path } /libraries/Firmata-2.4.3" tofile =" ${ target.path } /libraries/Firmata" />
191191 <antcall target =" unzip" >
192192 <param name =" archive_file" value =" Temboo-1.1.2.zip" />
193193 <param name =" archive_url" value =" https://github.com/temboo/Temboo/archive/1.1.2.zip" />
194194 <param name =" final_folder" value =" ${ target.path } /libraries/Temboo-1.1.2" />
195195 <param name =" dest_folder" value =" ${ target.path } /libraries" />
196196 </antcall >
197- <rename src =" ${ target.path } /libraries/Temboo-1.1.2" dest =" ${ target.path } /libraries/Temboo" />
197+ <move file =" ${ target.path } /libraries/Temboo-1.1.2" tofile =" ${ target.path } /libraries/Temboo" />
198198 </target >
199199
200200 <!-- copy hardware folder -->
You can’t perform that action at this time.
0 commit comments