mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-19 13:54:23 +01:00
Added Galileo and Edison help files
This commit is contained in:
parent
ac4aea47b0
commit
5ff7b351d5
2
.gitignore
vendored
2
.gitignore
vendored
@ -44,6 +44,8 @@ build/linux/*.tar.bz2
|
||||
build/linux/*.zip
|
||||
build/linux/libastylej*
|
||||
build/shared/reference*.zip
|
||||
build/shared/Edison*.zip
|
||||
build/shared/Galileo*.zip
|
||||
test-bin
|
||||
*.iml
|
||||
.idea
|
||||
|
@ -123,6 +123,18 @@
|
||||
<param name="final_folder" value="${target.path}/reference" />
|
||||
<param name="dest_folder" value="${target.path}" />
|
||||
</antcall>
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="shared/Galileo_help_files-1.6.2.zip" />
|
||||
<param name="archive_url" value="http://arduino.cc/download.php?f=/Galileo_help_files-1.6.2.zip" />
|
||||
<param name="final_folder" value="${target.path}/reference/Galileo_help_files" />
|
||||
<param name="dest_folder" value="${target.path}/reference/" />
|
||||
</antcall>
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="shared/Edison_help_files-1.6.2.zip" />
|
||||
<param name="archive_url" value="http://arduino.cc/download.php?f=/Edison_help_files-1.6.2.zip" />
|
||||
<param name="final_folder" value="${target.path}/reference/Edison_help_files" />
|
||||
<param name="dest_folder" value="${target.path}/reference/" />
|
||||
</antcall>
|
||||
|
||||
<!-- Write the revision file! -->
|
||||
<echo file="${target.path}/lib/version.txt" message="${version}" />
|
||||
|
1
build/shared/Edison_help_files-1.6.2.zip.sha
Normal file
1
build/shared/Edison_help_files-1.6.2.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
07a93ab86dadbb33c0182fc2e3034ed3a24cbec6
|
1
build/shared/Galileo_help_files-1.6.2.zip.sha
Normal file
1
build/shared/Galileo_help_files-1.6.2.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
494881c26e4dc58ab67409d72c3d63e3c52ac184
|
Loading…
x
Reference in New Issue
Block a user