mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-21 15:54:39 +01:00
Upgrading to astyle 2.04: see changes at http://astyle.sourceforge.net/notes.html
This commit is contained in:
parent
d002c3ee04
commit
70e4c35690
@ -265,8 +265,8 @@
|
|||||||
<fileset dir="macosx/work/${staging_hardware_folder}/tools" includes="**/man"/>
|
<fileset dir="macosx/work/${staging_hardware_folder}/tools" includes="**/man"/>
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="macosx" usetimestamp="true" skipexisting="true"/>
|
<get src="http://downloads.arduino.cc/libastylej-2.04.zip" dest="macosx" usetimestamp="true" skipexisting="true"/>
|
||||||
<unzip src="macosx/libastylej-2.03.zip" dest="macosx" overwrite="true"/>
|
<unzip src="macosx/libastylej-2.04.zip" dest="macosx" overwrite="true"/>
|
||||||
<copy file="macosx/libastylej/libastylej.jnilib" todir="macosx/work/Arduino.app/Contents/Resources/Java/lib/" />
|
<copy file="macosx/libastylej/libastylej.jnilib" todir="macosx/work/Arduino.app/Contents/Resources/Java/lib/" />
|
||||||
<chmod perm="755" file="macosx/work/Arduino.app/Contents/Resources/Java/lib/libastylej.jnilib" />
|
<chmod perm="755" file="macosx/work/Arduino.app/Contents/Resources/Java/lib/libastylej.jnilib" />
|
||||||
</target>
|
</target>
|
||||||
@ -480,8 +480,8 @@
|
|||||||
<copy todir="linux/work" file="linux/dist/arduino" />
|
<copy todir="linux/work" file="linux/dist/arduino" />
|
||||||
<chmod perm="755" file="linux/work/arduino" />
|
<chmod perm="755" file="linux/work/arduino" />
|
||||||
|
|
||||||
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="linux" usetimestamp="true" skipexisting="true" />
|
<get src="http://downloads.arduino.cc/libastylej-2.04.zip" dest="linux" usetimestamp="true" skipexisting="true" />
|
||||||
<unzip src="linux/libastylej-2.03.zip" dest="linux" overwrite="true"/>
|
<unzip src="linux/libastylej-2.04.zip" dest="linux" overwrite="true"/>
|
||||||
<copy file="linux/libastylej/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" />
|
<copy file="linux/libastylej/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" />
|
||||||
<chmod perm="755" file="linux/work/lib/libastylej.so" />
|
<chmod perm="755" file="linux/work/lib/libastylej.so" />
|
||||||
</target>
|
</target>
|
||||||
@ -741,8 +741,8 @@
|
|||||||
<param name="file_arch" value="win32" />
|
<param name="file_arch" value="win32" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="windows" usetimestamp="true" skipexisting="true" />
|
<get src="http://downloads.arduino.cc/libastylej-2.04.zip" dest="windows" usetimestamp="true" skipexisting="true" />
|
||||||
<unzip src="windows/libastylej-2.03.zip" dest="windows" overwrite="true"/>
|
<unzip src="windows/libastylej-2.04.zip" dest="windows" overwrite="true"/>
|
||||||
<copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" />
|
<copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" />
|
||||||
|
|
||||||
<!-- Copy bossac.exe tool -->
|
<!-- Copy bossac.exe tool -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user