Skip to content

Commit 7e76bc5

Browse files
committed
Renamed some build.xml ant task from libastyle to liblistserials
The old name was a legacy leftover.
1 parent 1f1dc7d commit 7e76bc5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build/build.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@
700700
</chmod>
701701
</target>
702702

703-
<target name="linux-libastyle-x86" depends="linux-build" description="Download libastyle.so for x86/x64 arch">
703+
<target name="linux-liblistserials-x86" depends="linux-build" description="Download liblistserials.so for x86/x64 arch">
704704
<antcall target="portable-${portable}">
705705
<param name="parentdir" value="linux/work" />
706706
</antcall>
@@ -715,7 +715,7 @@
715715
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
716716
</target>
717717

718-
<target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM">
718+
<target name="linux-liblistserials-arm" depends="linux-build" description="Download liblistserials.so for ARM">
719719
<antcall target="portable-${portable}">
720720
<param name="parentdir" value="linux/work" />
721721
</antcall>
@@ -730,7 +730,7 @@
730730
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
731731
</target>
732732

733-
<target name="linuxarm-build" depends="linux-libastyle-arm" description="Build linux (32-bit) version">
733+
<target name="linuxarm-build" depends="linux-liblistserials-arm" description="Build linux (32-bit) version">
734734
<antcall target="linux-jvm-${linux-bundle-jvm-task}">
735735
<param name="JVM" value="${LINUXARM_BUNDLED_JVM}"/>
736736
</antcall>
@@ -748,7 +748,7 @@
748748
</antcall>
749749
</target>
750750

751-
<target name="linux-libastyle-aarch64" depends="linux-build" description="Download libastyle.so for AArch64">
751+
<target name="linux-liblistserials-aarch64" depends="linux-build" description="Download liblistserials.so for AArch64">
752752
<antcall target="portable-${portable}">
753753
<param name="parentdir" value="linux/work" />
754754
</antcall>
@@ -763,7 +763,7 @@
763763
<chmod perm="755" file="linux/work/lib/liblistSerialsj.so" />
764764
</target>
765765

766-
<target name="linuxaarch64-build" depends="linux-libastyle-aarch64" description="Build Linux (AArch64) version">
766+
<target name="linuxaarch64-build" depends="linux-liblistserials-aarch64" description="Build Linux (AArch64) version">
767767
<antcall target="linux-jvm-${linux-bundle-jvm-task}">
768768
<param name="JVM" value="${LINUXAARCH64_BUNDLED_JVM}"/>
769769
</antcall>
@@ -781,7 +781,7 @@
781781
</antcall>
782782
</target>
783783

784-
<target name="linux32-build" depends="linux-libastyle-x86" description="Build linux (32-bit) version">
784+
<target name="linux32-build" depends="linux-liblistserials-x86" description="Build linux (32-bit) version">
785785
<antcall target="linux-jvm-${linux-bundle-jvm-task}">
786786
<param name="JVM" value="${LINUX32_BUNDLED_JVM}"/>
787787
</antcall>
@@ -799,7 +799,7 @@
799799
</antcall>
800800
</target>
801801

802-
<target name="linux64-build" depends="linux-libastyle-x86" description="Build linux (64-bit) version">
802+
<target name="linux64-build" depends="linux-liblistserials-x86" description="Build linux (64-bit) version">
803803
<antcall target="linux-jvm-${linux-bundle-jvm-task}">
804804
<param name="JVM" value="${LINUX64_BUNDLED_JVM}"/>
805805
</antcall>

0 commit comments

Comments
 (0)