Skip to content

Commit 1f1dc7d

Browse files
committed
Removed libastyle
1 parent d33fc4e commit 1f1dc7d

File tree

4 files changed

+0
-236
lines changed

4 files changed

+0
-236
lines changed

app/src/cc/arduino/packages/formatter/AStyle.java

-98
This file was deleted.

app/src/cc/arduino/packages/formatter/AStyleInterface.java

-90
This file was deleted.

build/build.xml

-47
Original file line numberDiff line numberDiff line change
@@ -523,17 +523,6 @@
523523
<param name="target.path" value="${staging_folder}/work/${staging_hardware_folder}/.." />
524524
</antcall>
525525

526-
<antcall target="unzip">
527-
<param name="archive_file" value="./libastylej-2.05.1-5.zip" />
528-
<param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" />
529-
<param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
530-
<param name="dest_folder" value="${staging_folder}" />
531-
</antcall>
532-
<copy file="macosx/libastylej-2.05.1/libastylej.jnilib" todir="macosx/work/${staging_hardware_folder}/../lib/" />
533-
<chmod perm="755" file="macosx/work/${staging_hardware_folder}/../lib/libastylej.jnilib" />
534-
<copy file="macosx/libastylej-2.05.1/libastylej.jnilib" tofile="macosx/work/${staging_hardware_folder}/../lib/libastylej.dylib" />
535-
<chmod perm="755" file="macosx/work/${staging_hardware_folder}/../lib/libastylej.dylib" />
536-
537526
<antcall target="unzip">
538527
<param name="archive_file" value="./liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
539528
<param name="archive_url" value="https://downloads.arduino.cc/liblistSerials/liblistSerials-${LIBLISTSERIAL-VERSION}.zip" />
@@ -712,15 +701,6 @@
712701
</target>
713702

714703
<target name="linux-libastyle-x86" depends="linux-build" description="Download libastyle.so for x86/x64 arch">
715-
<antcall target="unzip">
716-
<param name="archive_file" value="./libastylej-2.05.1-5.zip" />
717-
<param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" />
718-
<param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
719-
<param name="dest_folder" value="${staging_folder}" />
720-
</antcall>
721-
<copy file="linux/libastylej-2.05.1/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" />
722-
<chmod perm="755" file="linux/work/lib/libastylej.so" />
723-
724704
<antcall target="portable-${portable}">
725705
<param name="parentdir" value="linux/work" />
726706
</antcall>
@@ -733,19 +713,9 @@
733713
</antcall>
734714
<copy file="linux/liblistSerials-${LIBLISTSERIAL-VERSION}/linux${arch-bits}/liblistSerialsj.so" todir="linux/work/lib/" />
735715
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
736-
737716
</target>
738717

739718
<target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM">
740-
<antcall target="unzip">
741-
<param name="archive_file" value="./libastylej-2.05.1-5.zip" />
742-
<param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" />
743-
<param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
744-
<param name="dest_folder" value="${staging_folder}" />
745-
</antcall>
746-
<copy file="linux/libastylej-2.05.1/libastylej_arm.so" tofile="linux/work/lib/libastylej.so" />
747-
<chmod perm="755" file="linux/work/lib/libastylej.so" />
748-
749719
<antcall target="portable-${portable}">
750720
<param name="parentdir" value="linux/work" />
751721
</antcall>
@@ -758,7 +728,6 @@
758728
</antcall>
759729
<copy file="linux/liblistSerials-${LIBLISTSERIAL-VERSION}/arm/liblistSerialsj.so" todir="linux/work/lib/" />
760730
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
761-
762731
</target>
763732

764733
<target name="linuxarm-build" depends="linux-libastyle-arm" description="Build linux (32-bit) version">
@@ -780,15 +749,6 @@
780749
</target>
781750

782751
<target name="linux-libastyle-aarch64" depends="linux-build" description="Download libastyle.so for AArch64">
783-
<antcall target="unzip">
784-
<param name="archive_file" value="./libastylej-2.05.1-5.zip" />
785-
<param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" />
786-
<param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
787-
<param name="dest_folder" value="${staging_folder}" />
788-
</antcall>
789-
<copy file="linux/libastylej-2.05.1/libastylej_aarch64.so" tofile="linux/work/lib/libastylej.so" />
790-
<chmod perm="755" file="linux/work/lib/libastylej.so" />
791-
792752
<antcall target="portable-${portable}">
793753
<param name="parentdir" value="linux/work" />
794754
</antcall>
@@ -1100,13 +1060,6 @@
11001060

11011061
<antcall target="windows-build-avr-toolchain" />
11021062

1103-
<antcall target="unzip">
1104-
<param name="archive_file" value="./libastylej-2.05.1-5.zip" />
1105-
<param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-5.zip" />
1106-
<param name="final_folder" value="${staging_folder}/libastylej-2.05.1" />
1107-
<param name="dest_folder" value="${staging_folder}" />
1108-
</antcall>
1109-
<copy file="windows/libastylej-2.05.1/AStylej.dll" todir="windows/work/lib" />
11101063
<copy file="windows/msvcp100.dll" todir="windows/work" />
11111064
<copy file="windows/msvcr100.dll" todir="windows/work" />
11121065

build/libastylej-2.05.1-5.zip.sha

-1
This file was deleted.

0 commit comments

Comments
 (0)