[Alba-desarrollo] SVN Alba r6092 - prosistem/alba/trunk/alba

commits en pressenter.com.ar commits en pressenter.com.ar
Lun Abr 20 23:20:00 CEST 2009


Author: ftoledo
Date: 2009-04-20 18:20:00 -0300 (Mon, 20 Apr 2009)
New Revision: 6092

Removed:
   prosistem/alba/trunk/alba/symfony.bat
Log:
eliminado archivo obsoleto


Deleted: prosistem/alba/trunk/alba/symfony.bat
===================================================================
--- prosistem/alba/trunk/alba/symfony.bat	2009-04-20 21:19:10 UTC (rev 6091)
+++ prosistem/alba/trunk/alba/symfony.bat	2009-04-20 21:20:00 UTC (rev 6092)
@@ -1,39 +0,0 @@
- en echo off
-
-rem *************************************************************
-rem ** symfony CLI for Windows based systems (based on phing.bat)
-rem *************************************************************
-
-rem This script will do the following:
-rem - check for PHP_COMMAND env, if found, use it.
-rem   - if not found detect php, if found use it, otherwise err and terminate
-
-if "%OS%"=="Windows_NT" @setlocal
-
-rem %~dp0 is expanded pathname of the current script under NT
-set SCRIPT_DIR=%~dp0
-
-goto init
-
-:init
-
-if "%PHP_COMMAND%" == "" goto no_phpcommand
-
-IF EXIST ".\symfony" (
-  %PHP_COMMAND% -d html_errors=off -d open_basedir= -q ".\symfony" %1 %2 %3 %4 %5 %6 %7 %8 %9
-) ELSE (
-  %PHP_COMMAND% -d html_errors=off -d open_basedir= -q "%SCRIPT_DIR%\symfony" %1 %2 %3 %4 %5 %6 %7 %8 %9
-)
-goto cleanup
-
-:no_phpcommand
-rem echo ------------------------------------------------------------------------
-rem echo WARNING: Set environment var PHP_COMMAND to the location of your php.exe
-rem echo          executable (e.g. C:\PHP\php.exe).  (assuming php.exe on PATH)
-rem echo ------------------------------------------------------------------------
-set PHP_COMMAND=php.exe
-goto init
-
-:cleanup
-if "%OS%"=="Windows_NT" @endlocal
-rem pause




Más información sobre la lista de distribución Alba-desarrollo