changeset 457:1fbc35327a72

Updated the universal shell build script. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@692 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 25 May 2008 17:07:10 +0000
parents 4fcb8e9d4e73
children 16cd795f9b0a
files buildRelease.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/buildRelease.sh	Sun May 25 17:06:47 2008 +0000
+++ b/buildRelease.sh	Sun May 25 17:07:10 2008 +0000
@@ -40,7 +40,7 @@
 
 # Configuration
 # -------------
-version=0.8.1
+version=0.8.2
 doSVNUpdate=false
 languages="de zh_TW ja_JP ru uk"
 
@@ -287,7 +287,7 @@
 
 echo "Copying the indenter executable files to the target indenters dir"
 echo "-----------------------------------------------------------------"
-indenters="astyle$ext astyle.html bcpp$ext bcpp.txt csstidy$ext greatcode.exe greatcode.txt indent$ext indent.html tidy$ext tidy.html uncrustify$ext uncrustify.txt"
+indenters="astyle$ext astyle.html bcpp$ext bcpp.txt csstidy$ext gc.exe gc.txt htb$ext htb.html indent$ext indent.html tidy$ext tidy.html uncrustify$ext uncrustify.txt"
 if [ "$ext" = ".exe" ]; then
     indenters="$indenters libiconv-2.dll libintl-2.dll"
 fi
@@ -341,7 +341,7 @@
 
 echo "Copying the script based indenters to the target indenters dir"
 echo "--------------------------------------------------------------"
-indenters="JsDecoder.js perltidy PerlTidyLib.pm php_beautifier.html shellindent.awk"
+indenters="hindent hindent.html JsDecoder.js perltidy PerlTidyLib.pm php_beautifier.html phpStylist.php phpStylist.txt shellindent.awk"
 for i in $indenters
 do
     cp ./indenters/$i ./$targetDir/indenters/ &> /dev/null