changeset 77:20b6ac04c90d

Added CSSTidy to build files. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@248 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 25 Feb 2007 19:27:40 +0000
parents be5bb071e6c5
children 93502de2d617
files buildLinuxRelease.sh buildSrcRelease.bat buildwin32release_gcc.bat
diffstat 3 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/buildLinuxRelease.sh	Sun Feb 25 19:23:07 2007 +0000
+++ b/buildLinuxRelease.sh	Sun Feb 25 19:27:40 2007 +0000
@@ -16,6 +16,7 @@
 echo calling lrelease release
 echo ------------------------
 lrelease ./translations/universalindent_de.ts -qm ./translations/universalindent_de.qm
+lrelease ./translations/universalindent_tw.ts -qm ./translations/universalindent_tw.qm
 echo calling make release
 echo --------------------
 make release
@@ -40,6 +41,7 @@
 cp ./data/bcpp.cfg ./UniversalIndentGUI_linux32/data/
 cp ./data/bcpp ./UniversalIndentGUI_linux32/data/
 cp ./data/bcpp.txt ./UniversalIndentGUI_linux32/data/
+cp ./data/csstidy ./UniversalIndentGUI_linux32/data/
 cp ./data/gc.cfg ./UniversalIndentGUI_linux32/data/
 cp ./data/gc.exe ./UniversalIndentGUI_linux32/data/
 cp ./data/gc.txt ./UniversalIndentGUI_linux32/data/
@@ -51,6 +53,7 @@
 cp ./data/uncrustify.txt ./UniversalIndentGUI_linux32/data/
 cp ./data/uigui_astyle.ini ./UniversalIndentGUI_linux32/data/
 cp ./data/uigui_bcpp.ini ./UniversalIndentGUI_linux32/data/
+cp ./data/uigui_csstidy.ini ./UniversalIndentGUI_linux32/data/
 cp ./data/uigui_greatcode.ini ./UniversalIndentGUI_linux32/data/
 cp ./data/uigui_gnuindent.ini ./UniversalIndentGUI_linux32/data/
 cp ./data/uigui_uncrustify.ini ./UniversalIndentGUI_linux32/data/
@@ -61,6 +64,6 @@
 cd UniversalIndentGUI_linux32
 echo compressing UniversalIndentGUI_linux32
 echo ----------------------------------------
-tar czf UniversalIndentGUI_0.4_Beta_linux32.tgz *
+tar czf UniversalIndentGUI_0.4.2_Beta_linux32.tgz *
 cd ..
 read -p "press any key to continue"
--- a/buildSrcRelease.bat	Sun Feb 25 19:23:07 2007 +0000
+++ b/buildSrcRelease.bat	Sun Feb 25 19:27:40 2007 +0000
@@ -4,13 +4,15 @@
 cd UniversalIndentGUI_src
 md data
 md resources
+md translations
 md src
 md doc
 cd ..
 copy .\data\uigui_astyle.ini .\UniversalIndentGUI_src\data
+copy .\data\uigui_bcpp.ini .\UniversalIndentGUI_src\data
+copy .\data\uigui_csstidy.ini .\UniversalIndentGUI_win32\data
 copy .\data\uigui_greatcode.ini .\UniversalIndentGUI_src\data
 copy .\data\uigui_gnuindent.ini .\UniversalIndentGUI_src\data
-copy .\data\uigui_bcpp.ini .\UniversalIndentGUI_src\data
 copy .\data\uigui_uncrustify.ini .\UniversalIndentGUI_win32\datas
 copy .\resources\* .\UniversalIndentGUI_src\resources
 copy .\src\* .\UniversalIndentGUI_src\src
@@ -23,6 +25,7 @@
 copy .\UniversalIndentGUI.sln .\UniversalIndentGUI_src\
 copy .\VS8QtRules.rules .\UniversalIndentGUI_src\
 copy .\doc\iniFileFormat.html .\UniversalIndentGUI_src\doc\
+copy .\translations\*.ts .\UniversalIndentGUI_win32\translations\
 cd UniversalIndentGUI_src
-7z.exe a -tzip UniversalIndentGUI_0.4.1_Beta_src.zip
+7z.exe a -tzip UniversalIndentGUI_0.4.2_Beta_src.zip
 cd ..
--- a/buildwin32release_gcc.bat	Sun Feb 25 19:23:07 2007 +0000
+++ b/buildwin32release_gcc.bat	Sun Feb 25 19:27:40 2007 +0000
@@ -5,6 +5,7 @@
 set PATH=%PATH%;%SystemRoot%\System32
 set QMAKESPEC=win32-g++
 lrelease .\translations\universalindent_de.ts -qm .\translations\universalindent_de.qm
+lrelease .\translations\universalindent_tw.ts -qm .\translations\universalindent_tw.qm
 qmake
 make release
 rd UniversalIndentGUI_win32 /S /Q
@@ -25,6 +26,7 @@
 copy .\data\bcpp.cfg .\UniversalIndentGUI_win32\data
 copy .\data\bcpp.exe .\UniversalIndentGUI_win32\data
 copy .\data\bcpp.txt .\UniversalIndentGUI_win32\data
+copy .\data\csstidy.exe .\UniversalIndentGUI_win32\data
 copy .\data\gc.cfg .\UniversalIndentGUI_win32\data
 copy .\data\gc.exe .\UniversalIndentGUI_win32\data
 copy .\data\gc.txt .\UniversalIndentGUI_win32\data
@@ -33,6 +35,7 @@
 copy .\data\uncrustify.txt .\UniversalIndentGUI_win32\data
 copy .\data\uigui_astyle.ini .\UniversalIndentGUI_win32\data
 copy .\data\uigui_bcpp.ini .\UniversalIndentGUI_win32\data
+copy .\data\uigui_csstidy.ini .\UniversalIndentGUI_win32\data
 copy .\data\uigui_gnuindent.ini .\UniversalIndentGUI_win32\data
 copy .\data\uigui_greatcode.ini .\UniversalIndentGUI_win32\data
 copy .\data\uigui_uncrustify.ini .\UniversalIndentGUI_win32\data
@@ -45,6 +48,6 @@
 copy .\doc\iniFileFormat.html .\UniversalIndentGUI_win32\doc\
 copy .\release\UniversalIndentGUI.exe .\UniversalIndentGUI_win32\
 cd UniversalIndentGUI_win32
-7z.exe a -tzip UniversalIndentGUI_0.4_Beta_win32.zip
+7z.exe a -tzip UniversalIndentGUI_0.4.2_Beta_win32.zip
 cd ..
 pause