From: markt Date: Mon, 23 Oct 2006 23:47:06 +0000 (+0000) Subject: Correct props. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a0da5e07a6f1327a59c5878583fe4882232719b0;p=tomcat7.0 Correct props. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@467182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/bin/catalina.bat b/bin/catalina.bat index d23a53860..d8b199545 100644 --- a/bin/catalina.bat +++ b/bin/catalina.bat @@ -37,7 +37,7 @@ rem rem JPDA_ADDRESS (Optional) Java runtime options used when the "jpda start" rem command is executed. The default is "jdbconn". rem -rem $Id: catalina.bat 355227 2005-12-08 21:44:16Z keith $ +rem $Id$ rem --------------------------------------------------------------------------- rem Guess CATALINA_HOME if not defined diff --git a/bin/catalina.sh b/bin/catalina.sh index 3153ad6a9..7132e7f2b 100755 --- a/bin/catalina.sh +++ b/bin/catalina.sh @@ -39,7 +39,7 @@ # CATALINA_PID (Optional) Path of the file which should contains the pid # of catalina startup java process, when start (fork) is used # -# $Id: catalina.sh 394120 2006-04-14 15:25:07Z yoavs $ +# $Id$ # ----------------------------------------------------------------------------- # OS specific support. $var _must_ be set to either true or false. diff --git a/bin/cpappend.bat b/bin/cpappend.bat index 657e1836b..3455e6f36 100755 --- a/bin/cpappend.bat +++ b/bin/cpappend.bat @@ -1,7 +1,7 @@ rem --------------------------------------------------------------------------- rem Append to CLASSPATH rem -rem $Id: cpappend.bat 301115 2002-08-04 18:19:43Z patrickl $ +rem $Id$ rem --------------------------------------------------------------------------- rem Process the first argument diff --git a/bin/digest.bat b/bin/digest.bat index 342073566..705f7114d 100755 --- a/bin/digest.bat +++ b/bin/digest.bat @@ -3,7 +3,7 @@ if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Script to digest password using the algorithm specified rem -rem $Id: digest.bat 301115 2002-08-04 18:19:43Z patrickl $ +rem $Id$ rem --------------------------------------------------------------------------- rem Guess CATALINA_HOME if not defined diff --git a/bin/digest.sh b/bin/digest.sh index c22a2aa4a..aa356c2c5 100755 --- a/bin/digest.sh +++ b/bin/digest.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- # Script to digest password using the algorithm specified # -# $Id: digest.sh 385888 2006-03-14 21:04:40Z keith $ +# $Id$ # ----------------------------------------------------------------------------- # resolve links - $0 may be a softlink diff --git a/bin/service.bat b/bin/service.bat index 23f698e05..8ba84a436 100755 --- a/bin/service.bat +++ b/bin/service.bat @@ -11,7 +11,7 @@ rem rem name (optional) If the second argument is present it is considered rem to be new service name rem -rem $Id: service.bat 304097 2005-09-22 13:34:05Z yoavs $ +rem $Id$ rem --------------------------------------------------------------------------- rem Guess CATALINA_HOME if not defined diff --git a/bin/setclasspath.bat b/bin/setclasspath.bat index 502085055..6e85ea457 100755 --- a/bin/setclasspath.bat +++ b/bin/setclasspath.bat @@ -1,7 +1,7 @@ rem --------------------------------------------------------------------------- rem Set CLASSPATH and Java options rem -rem $Id: setclasspath.bat 355227 2005-12-08 21:44:16Z keith $ +rem $Id$ rem --------------------------------------------------------------------------- rem Make sure prerequisite environment variables are set diff --git a/bin/setclasspath.sh b/bin/setclasspath.sh index fcd1623fb..f884d23b1 100755 --- a/bin/setclasspath.sh +++ b/bin/setclasspath.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- # Set CLASSPATH and Java options # -# $Id: setclasspath.sh 345508 2005-11-18 15:54:56Z yoavs $ +# $Id$ # ----------------------------------------------------------------------------- # First clear out the user classpath diff --git a/bin/shutdown.bat b/bin/shutdown.bat index a5ad4d7f6..d28c717f0 100755 --- a/bin/shutdown.bat +++ b/bin/shutdown.bat @@ -3,7 +3,7 @@ if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Stop script for the CATALINA Server rem -rem $Id: shutdown.bat 302913 2004-05-27 15:05:01Z yoavs $ +rem $Id$ rem --------------------------------------------------------------------------- rem Guess CATALINA_HOME if not defined diff --git a/bin/shutdown.sh b/bin/shutdown.sh index f95ad9dd6..3bad32141 100755 --- a/bin/shutdown.sh +++ b/bin/shutdown.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- # Stop script for the CATALINA Server # -# $Id: shutdown.sh 385888 2006-03-14 21:04:40Z keith $ +# $Id$ # ----------------------------------------------------------------------------- # resolve links - $0 may be a softlink diff --git a/bin/startup.bat b/bin/startup.bat index 6af547bd6..246e2d9d4 100755 --- a/bin/startup.bat +++ b/bin/startup.bat @@ -3,7 +3,7 @@ if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Start script for the CATALINA Server rem -rem $Id: startup.bat 302918 2004-05-27 18:25:11Z yoavs $ +rem $Id$ rem --------------------------------------------------------------------------- rem Guess CATALINA_HOME if not defined diff --git a/bin/startup.sh b/bin/startup.sh index d23bae614..e5513f872 100755 --- a/bin/startup.sh +++ b/bin/startup.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- # Start Script for the CATALINA Server # -# $Id: startup.sh 385888 2006-03-14 21:04:40Z keith $ +# $Id$ # ----------------------------------------------------------------------------- # Better OS/400 detection: see Bugzilla 31132 diff --git a/bin/tool-wrapper.bat b/bin/tool-wrapper.bat index 17aa5c946..cb92e68c9 100755 --- a/bin/tool-wrapper.bat +++ b/bin/tool-wrapper.bat @@ -15,7 +15,7 @@ rem rem JAVA_OPTS (Optional) Java runtime options used when the "start", rem "stop", or "run" command is executed. rem -rem $Id: tool-wrapper.bat 303419 2004-10-25 18:08:08Z markt $ +rem $Id$ rem --------------------------------------------------------------------------- rem Guess CATALINA_HOME if not defined diff --git a/bin/tool-wrapper.sh b/bin/tool-wrapper.sh index 473f2a8f9..d2d757262 100755 --- a/bin/tool-wrapper.sh +++ b/bin/tool-wrapper.sh @@ -14,7 +14,7 @@ # JAVA_OPTS (Optional) Java runtime options used when the "start", # "stop", or "run" command is executed. # -# $Id: tool-wrapper.sh 385888 2006-03-14 21:04:40Z keith $ +# $Id$ # ----------------------------------------------------------------------------- # OS specific support. $var _must_ be set to either true or false. diff --git a/bin/version.bat b/bin/version.bat index dac31b992..b14be9f90 100755 --- a/bin/version.bat +++ b/bin/version.bat @@ -3,7 +3,7 @@ if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Version script for the CATALINA Server rem -rem $Id: version.bat 302987 2004-06-30 15:25:31Z funkman $ +rem $Id$ rem --------------------------------------------------------------------------- rem Guess CATALINA_HOME if not defined diff --git a/bin/version.sh b/bin/version.sh index e7cdd61f2..65127f839 100755 --- a/bin/version.sh +++ b/bin/version.sh @@ -2,7 +2,7 @@ # ----------------------------------------------------------------------------- # Version Script for the CATALINA Server # -# $Id: version.sh 385888 2006-03-14 21:04:40Z keith $ +# $Id$ # ----------------------------------------------------------------------------- # resolve links - $0 may be a softlink diff --git a/conf/catalina.policy b/conf/catalina.policy index bebf11a84..0fa753e1b 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -8,7 +8,7 @@ // // * Read access to the document root directory // -// $Id: catalina.policy 393732 2006-04-13 06:32:25Z pero $ +// $Id$ // ============================================================================