Skip to content

Commit 1c9678f

Browse files
matthijskooijmancmaglie
authored andcommitted
Remove empty libraries directory
In commit 067d7e9 (Delete builtin libraries sources) all the libraries in there were removed, since they are all now automatically downloaded during the build. To keep the repository clean, remove the empty directory as well as the build rule that was used to copy libraries from this (now empty) directory into the build result.
1 parent d3d5a48 commit 1c9678f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build/build.xml

-4
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,6 @@
237237

238238
<!-- copy library folder -->
239239
<target name="assemble-libraries" unless="light_bundle">
240-
<copy todir="${target.path}/libraries">
241-
<fileset dir="../libraries"/>
242-
</copy>
243-
244240
<download-library name="Ethernet" version="2.0.0"/>
245241
<download-library name="GSM" version="1.0.6"/>
246242
<download-library name="Stepper" version="1.1.3"/>

libraries/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)