Skip to content

Commit 36ac619

Browse files
Federico Fissoresandeepmistry
Federico Fissore
authored andcommitted
Removing Robot* libraries from this repo. Downloaded at build time
1 parent 3975a46 commit 36ac619

File tree

96 files changed

+30
-13072
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+30
-13072
lines changed

build/RobotIRremote-1.0.2.zip.sha

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a2f6a74e4a4f2fffca30c3b5d1e8193451c30f98

build/Robot_Control-1.0.2.zip.sha

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
825700e8d7cf5a44908f835bb0c029dec267cd3d

build/Robot_Motor-1.0.2.zip.sha

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7f887a2f9e3a61b4be73c97a2c7b46d92bf8589b

build/build.xml

+27
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
<property name="LIB-VERSION-FIRMATA" value="2.4.4" />
7676
<property name="LIB-VERSION-TEMBOO" value="1.1.3" />
7777
<property name="LIB-VERSION-BRIDGE" value="1.0.7" />
78+
<property name="LIB-VERSION-ROBOT_CONTROL" value="1.0.2" />
79+
<property name="LIB-VERSION-ROBOT_MOTOR" value="1.0.2" />
80+
<property name="LIB-VERSION-ROBOTIRREMOTE" value="1.0.2" />
7881

7982
<!-- Libraries required for running arduino -->
8083
<fileset dir=".." id="runtime.jars">
@@ -211,6 +214,30 @@
211214
<param name="dest_folder" value="${target.path}/libraries" />
212215
</antcall>
213216
<move file="${target.path}/libraries/Bridge-${LIB-VERSION-BRIDGE}" tofile="${target.path}/libraries/Bridge" />
217+
218+
<antcall target="unzip">
219+
<param name="archive_file" value="Robot_Control-${LIB-VERSION-ROBOT_CONTROL}.zip" />
220+
<param name="archive_url" value="https://github.com/arduino-libraries/Robot_Control/archive/${LIB-VERSION-ROBOT_CONTROL}.zip" />
221+
<param name="final_folder" value="${target.path}/libraries/Robot_Control-${LIB-VERSION-ROBOT_CONTROL}" />
222+
<param name="dest_folder" value="${target.path}/libraries" />
223+
</antcall>
224+
<move file="${target.path}/libraries/Robot_Control-${LIB-VERSION-ROBOT_CONTROL}" tofile="${target.path}/libraries/Robot_Control" />
225+
226+
<antcall target="unzip">
227+
<param name="archive_file" value="Robot_Motor-${LIB-VERSION-ROBOT_MOTOR}.zip" />
228+
<param name="archive_url" value="https://github.com/arduino-libraries/Robot_Motor/archive/${LIB-VERSION-ROBOT_MOTOR}.zip" />
229+
<param name="final_folder" value="${target.path}/libraries/Robot_Motor-${LIB-VERSION-ROBOT_MOTOR}" />
230+
<param name="dest_folder" value="${target.path}/libraries" />
231+
</antcall>
232+
<move file="${target.path}/libraries/Robot_Motor-${LIB-VERSION-ROBOT_MOTOR}" tofile="${target.path}/libraries/Robot_Motor" />
233+
234+
<antcall target="unzip">
235+
<param name="archive_file" value="RobotIRremote-${LIB-VERSION-ROBOTIRREMOTE}.zip" />
236+
<param name="archive_url" value="https://github.com/arduino-libraries/RobotIRremote/archive/${LIB-VERSION-ROBOTIRREMOTE}.zip" />
237+
<param name="final_folder" value="${target.path}/libraries/RobotIRremote-${LIB-VERSION-ROBOTIRREMOTE}" />
238+
<param name="dest_folder" value="${target.path}/libraries" />
239+
</antcall>
240+
<move file="${target.path}/libraries/RobotIRremote-${LIB-VERSION-ROBOTIRREMOTE}" tofile="${target.path}/libraries/RobotIRremote" />
214241
</target>
215242

216243
<!-- copy hardware folder -->

libraries/RobotIRremote/README.adoc

-31
This file was deleted.

libraries/RobotIRremote/extras/LICENSE.txt

-458
This file was deleted.

libraries/RobotIRremote/extras/readme

-14
This file was deleted.

libraries/RobotIRremote/keywords.txt

-50
This file was deleted.

libraries/RobotIRremote/library.properties

-9
This file was deleted.

0 commit comments

Comments
 (0)