File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ build/linux/*.tar.bz2
44
44
build /linux /* .zip
45
45
build /linux /libastylej *
46
46
build /shared /reference * .zip
47
+ build /shared /Edison * .zip
48
+ build /shared /Galileo * .zip
47
49
test-bin
48
50
* .iml
49
51
.idea
Original file line number Diff line number Diff line change 123
123
<param name =" final_folder" value =" ${ target.path } /reference" />
124
124
<param name =" dest_folder" value =" ${ target.path } " />
125
125
</antcall >
126
+ <antcall target =" unzip" >
127
+ <param name =" archive_file" value =" shared/Galileo_help_files-1.6.2.zip" />
128
+ <param name =" archive_url" value =" http://arduino.cc/download.php?f=/Galileo_help_files-1.6.2.zip" />
129
+ <param name =" final_folder" value =" ${ target.path } /reference/Galileo_help_files" />
130
+ <param name =" dest_folder" value =" ${ target.path } /reference/" />
131
+ </antcall >
132
+ <antcall target =" unzip" >
133
+ <param name =" archive_file" value =" shared/Edison_help_files-1.6.2.zip" />
134
+ <param name =" archive_url" value =" http://arduino.cc/download.php?f=/Edison_help_files-1.6.2.zip" />
135
+ <param name =" final_folder" value =" ${ target.path } /reference/Edison_help_files" />
136
+ <param name =" dest_folder" value =" ${ target.path } /reference/" />
137
+ </antcall >
126
138
127
139
<!-- Write the revision file! -->
128
140
<echo file =" ${ target.path } /lib/version.txt" message =" ${ version } " />
Original file line number Diff line number Diff line change
1
+ 07a93ab86dadbb33c0182fc2e3034ed3a24cbec6
Original file line number Diff line number Diff line change
1
+ 494881c26e4dc58ab67409d72c3d63e3c52ac184
You can’t perform that action at this time.
0 commit comments