Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/build/build.xml b/build/build.xml
index 8f5757b41..37657234e 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -214,10 +214,6 @@
<antcall target="assemble-examples" />
- <mkdir dir="${target.path}/reference"/>
-
- <antcall target="assemble-docs" />
-
<!-- Write the revision file! -->
<echo file="${target.path}/lib/version.txt" message="${version}" />
@@ -254,16 +250,6 @@
</copy>
</target>
- <target name="assemble-docs" unless="no_docs">
- <!-- Unzip documentation -->
- <antcall target="unzip">
- <param name="archive_file" value="shared/reference-1.6.6-3.zip" />
- <param name="archive_url" value="https://downloads.arduino.cc/reference-1.6.6-3.zip" />
- <param name="final_folder" value="${target.path}/reference/www.arduino.cc" />
- <param name="dest_folder" value="${target.path}/reference/" />
- </antcall>
- </target>
-
<!-- copy library folder -->
<target name="assemble-libraries" unless="light_bundle">
<download-library name="Ethernet" version="2.0.0"/>