Updateing ctags path in build.xml

This commit is contained in:
Federico Fissore 2015-11-04 15:40:19 +01:00
parent 8e5b3553fc
commit c9b89e9fd6
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@
<copy file="${staging_folder}/arduino-builder-windows/arduino-builder.exe" tofile="windows/work/arduino-builder.exe" />
<chmod perm="755" file="windows/work/arduino-builder.exe" />
<move file="${staging_folder}/arduino-builder-windows/tools" tofile="windows/work/tools-builder"/>
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino2/ctags.exe" />
<chmod perm="755" file="windows/work/tools-builder/ctags/5.8-arduino4/ctags.exe" />
<copy todir="windows/work/hardware" overwrite="true">
<fileset dir="${staging_folder}/arduino-builder-windows/hardware" includes="*.txt"/>
</copy>