You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/07/20 12:43:48 UTC

svn commit: r423878 - in /tomcat/tc6.0.x/branches/svn_propset: bin/ res/procrun/

Author: mturk
Date: Thu Jul 20 03:43:48 2006
New Revision: 423878

URL: http://svn.apache.org/viewvc?rev=423878&view=rev
Log:
Phase 1: Setting executable flag
@echo off
if "%OS%" == "Windows_NT" setlocal

if "%1" == "" (
set SCRIPT_NAME=%~f0
) else (
set SCRIPT_NAME=%~f1
)

for /D %%i in (*) do (
cd %%i
svn propset svn:executable *.sh
svn propset svn:executable *.bat
svn propset svn:executable *.exe
call %SCRIPT_NAME% %SCRIPT_NAME%
cd ..
)

Modified:
    tomcat/tc6.0.x/branches/svn_propset/bin/cpappend.bat   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/digest.bat   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/digest.sh   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/service.bat   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/setclasspath.bat   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/setclasspath.sh   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/shutdown.bat   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/shutdown.sh   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/startup.bat   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/startup.sh   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/tool-wrapper.bat   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/tool-wrapper.sh   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/version.bat   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/bin/version.sh   (props changed)
    tomcat/tc6.0.x/branches/svn_propset/res/procrun/tomcat6w.exe   (props changed)

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/cpappend.bat
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/digest.bat
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/digest.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/service.bat
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/setclasspath.bat
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/setclasspath.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/shutdown.bat
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/shutdown.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/startup.bat
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/startup.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/tool-wrapper.bat
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/tool-wrapper.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/version.bat
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/bin/version.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: tomcat/tc6.0.x/branches/svn_propset/res/procrun/tomcat6w.exe
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org