Skip to content

Commit 5865561

Browse files
Federico Fissoresandeepmistry
Federico Fissore
authored andcommitted
Removing SpacebrewYun library from this repo. Downloaded at build time
1 parent 36ac619 commit 5865561

File tree

7 files changed

+10
-677
lines changed

7 files changed

+10
-677
lines changed

build/SpacebrewYun-1.0.0.zip.sha

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

build/build.xml

+9
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<property name="LIB-VERSION-ROBOT_CONTROL" value="1.0.2" />
7979
<property name="LIB-VERSION-ROBOT_MOTOR" value="1.0.2" />
8080
<property name="LIB-VERSION-ROBOTIRREMOTE" value="1.0.2" />
81+
<property name="LIB-VERSION-SPACEBREWYUN" value="1.0.0" />
8182

8283
<!-- Libraries required for running arduino -->
8384
<fileset dir=".." id="runtime.jars">
@@ -238,6 +239,14 @@
238239
<param name="dest_folder" value="${target.path}/libraries" />
239240
</antcall>
240241
<move file="${target.path}/libraries/RobotIRremote-${LIB-VERSION-ROBOTIRREMOTE}" tofile="${target.path}/libraries/RobotIRremote" />
242+
243+
<antcall target="unzip">
244+
<param name="archive_file" value="SpacebrewYun-${LIB-VERSION-SPACEBREWYUN}.zip" />
245+
<param name="archive_url" value="https://github.com/arduino-libraries/SpacebrewYun/archive/${LIB-VERSION-SPACEBREWYUN}.zip" />
246+
<param name="final_folder" value="${target.path}/libraries/SpacebrewYun-${LIB-VERSION-SPACEBREWYUN}" />
247+
<param name="dest_folder" value="${target.path}/libraries" />
248+
</antcall>
249+
<move file="${target.path}/libraries/SpacebrewYun-${LIB-VERSION-SPACEBREWYUN}" tofile="${target.path}/libraries/SpacebrewYun" />
241250
</target>
242251

243252
<!-- copy hardware folder -->

libraries/SpacebrewYun/README.adoc

-21
This file was deleted.

libraries/SpacebrewYun/keywords.txt

-15
This file was deleted.

libraries/SpacebrewYun/library.properties

-11
This file was deleted.

0 commit comments

Comments
 (0)