changeset 375:0eebfd7ef85b

Updated build source script to include script based indenters, JsDecoder, PerlTidy and SehllIndent. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@602 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Wed, 16 Jan 2008 22:40:26 +0000
parents 813507471b5e
children 487180c5fa5f
files buildSrcRelease.bat
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/buildSrcRelease.bat	Wed Jan 16 22:39:46 2008 +0000
+++ b/buildSrcRelease.bat	Wed Jan 16 22:40:26 2008 +0000
@@ -54,6 +54,21 @@
 echo Done.
 echo.
 
+
+echo Copying the script indenters to the release indenters dir
+echo ---------------------------------------------------------
+FOR %%A IN ( JsDecoder.js, perltidy, PerlTidyLib.pm, shellindent.awk ) DO (
+    if not exist .\indenters\%%A (
+        echo File .\indenters\%%A not found!
+        goto ERROR
+    )
+    copy .\indenters\%%A .\%targetname%\indenters\ >NUL
+    IF ERRORLEVEL 1 goto ERROR
+)
+echo Done.
+echo.
+
+
 echo Copying the default highlighter ini files to the release config dir
 echo -------------------------------------------------------------------
 FOR %%A IN ( UiGuiSyntaxHighlightConfig.ini ) DO (