File tree Expand file tree Collapse file tree 3 files changed +3
-1011
lines changed Expand file tree Collapse file tree 3 files changed +3
-1011
lines changed Original file line number Diff line number Diff line change 951
951
<echo append =" true" file =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/builtin_tools_versions.txt" message =" arduino.avrdude=${ avrdude_version } ${ line.separator } " />
952
952
<echo append =" true" file =" ${ staging_folder } /work/${ staging_hardware_folder } /tools/avr/builtin_tools_versions.txt" message =" arduino.avr-gcc=${ gcc_version } ${ line.separator } " />
953
953
954
- <copy file =" shared/bundled_package_index.json" tofile =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/package_index.json" />
955
- <copy file =" shared/bundled_library_index.json" tofile =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/library_index.json" />
954
+ <mkdir dir =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/" />
955
+ <get src =" http://downloads.arduino.cc/packages/package_index.json" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/package_index.json" verbose =" true" skipexisting =" false" />
956
+ <get src =" http://downloads.arduino.cc/libraries/library_index.json" dest =" ${ staging_folder } /work/${ staging_hardware_folder } /../dist/library_index.json" verbose =" true" skipexisting =" false" />
956
957
957
958
<delete dir =" ${ staging_folder } /work/${ staging_hardware_folder } /tmp" />
958
959
</target >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments