Correct props.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 23 Oct 2006 23:47:06 +0000 (23:47 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 23 Oct 2006 23:47:06 +0000 (23:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@467182 13f79535-47bb-0310-9956-ffa450edef68

17 files changed:
bin/catalina.bat
bin/catalina.sh
bin/cpappend.bat
bin/digest.bat
bin/digest.sh
bin/service.bat
bin/setclasspath.bat
bin/setclasspath.sh
bin/shutdown.bat
bin/shutdown.sh
bin/startup.bat
bin/startup.sh
bin/tool-wrapper.bat
bin/tool-wrapper.sh
bin/version.bat
bin/version.sh
conf/catalina.policy

index d23a538..d8b1995 100644 (file)
@@ -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
index 3153ad6..7132e7f 100755 (executable)
@@ -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.
index 657e183..3455e6f 100755 (executable)
@@ -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
index 3420735..705f711 100755 (executable)
@@ -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
index c22a2aa..aa356c2 100755 (executable)
@@ -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
index 23f698e..8ba84a4 100755 (executable)
@@ -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
index 5020850..6e85ea4 100755 (executable)
@@ -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
index fcd1623..f884d23 100755 (executable)
@@ -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
index a5ad4d7..d28c717 100755 (executable)
@@ -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
index f95ad9d..3bad321 100755 (executable)
@@ -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
index 6af547b..246e2d9 100755 (executable)
@@ -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
index d23bae6..e5513f8 100755 (executable)
@@ -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
index 17aa5c9..cb92e68 100755 (executable)
@@ -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
index 473f2a8..d2d7572 100755 (executable)
@@ -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.
index dac31b9..b14be9f 100755 (executable)
@@ -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
index e7cdd61..65127f8 100755 (executable)
@@ -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
index bebf11a..0fa753e 100644 (file)
@@ -8,7 +8,7 @@
 //
 // * Read access to the document root directory
 //
-// $Id: catalina.policy 393732 2006-04-13 06:32:25Z pero $
+// $Id$
 // ============================================================================