You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/01/24 18:12:41 UTC

svn commit: r1561072 - /tomcat/trunk/bin/

Author: kkolinko
Date: Fri Jan 24 17:12:40 2014
New Revision: 1561072

URL: http://svn.apache.org/r1561072
Log:
Remove $Id keyword from bin/**

Modified:
    tomcat/trunk/bin/catalina.bat
    tomcat/trunk/bin/catalina.sh
    tomcat/trunk/bin/configtest.bat
    tomcat/trunk/bin/configtest.sh
    tomcat/trunk/bin/cpappend.bat
    tomcat/trunk/bin/daemon.sh
    tomcat/trunk/bin/digest.bat
    tomcat/trunk/bin/digest.sh
    tomcat/trunk/bin/service.bat
    tomcat/trunk/bin/setclasspath.bat
    tomcat/trunk/bin/setclasspath.sh
    tomcat/trunk/bin/shutdown.bat
    tomcat/trunk/bin/shutdown.sh
    tomcat/trunk/bin/startup.bat
    tomcat/trunk/bin/startup.sh
    tomcat/trunk/bin/tool-wrapper.bat
    tomcat/trunk/bin/tool-wrapper.sh
    tomcat/trunk/bin/version.bat
    tomcat/trunk/bin/version.sh

Modified: tomcat/trunk/bin/catalina.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/catalina.bat (original)
+++ tomcat/trunk/bin/catalina.bat Fri Jan 24 17:12:40 2014
@@ -90,10 +90,6 @@ rem   TITLE           (Optional) Specify
 rem                   TITLE is Tomcat if it's not specified.
 rem                   Example (all one line)
 rem                   set TITLE=Tomcat.Cluster#1.Server#1 [%DATE% %TIME%]
-rem
-rem
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 rem Suppress Terminate batch job on CTRL+C

Modified: tomcat/trunk/bin/catalina.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/catalina.sh (original)
+++ tomcat/trunk/bin/catalina.sh Fri Jan 24 17:12:40 2014
@@ -93,8 +93,6 @@
 #   LOGGING_MANAGER (Optional) Override Tomcat's logging manager
 #                   Example (all one line)
 #                   LOGGING_MANAGER="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
-#
-# $Id$
 # -----------------------------------------------------------------------------
 
 # OS specific support.  $var _must_ be set to either true or false.

Modified: tomcat/trunk/bin/configtest.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/configtest.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/configtest.bat (original)
+++ tomcat/trunk/bin/configtest.bat Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@ rem limitations under the License.
 if "%OS%" == "Windows_NT" setlocal
 rem ---------------------------------------------------------------------------
 rem Configuration test script for the CATALINA Server
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 rem Guess CATALINA_HOME if not defined

Modified: tomcat/trunk/bin/configtest.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/configtest.sh?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/configtest.sh (original)
+++ tomcat/trunk/bin/configtest.sh Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@
 
 # -----------------------------------------------------------------------------
 # Configuration Test Script for the CATALINA Server
-#
-# $Id$
 # -----------------------------------------------------------------------------
 
 # Better OS/400 detection: see Bugzilla 31132

Modified: tomcat/trunk/bin/cpappend.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/cpappend.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/cpappend.bat (original)
+++ tomcat/trunk/bin/cpappend.bat Fri Jan 24 17:12:40 2014
@@ -16,8 +16,6 @@ rem limitations under the License.
 
 rem ---------------------------------------------------------------------------
 rem Append to CLASSPATH
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 rem Process the first argument

Modified: tomcat/trunk/bin/daemon.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/daemon.sh?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/daemon.sh (original)
+++ tomcat/trunk/bin/daemon.sh Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@
 #
 # -----------------------------------------------------------------------------
 # Commons Daemon wrapper script.
-#
-# $Id: daemon.sh 1202058 2011-11-15 06:37:12Z mturk $
 # -----------------------------------------------------------------------------
 #
 # resolve links - $0 may be a softlink

Modified: tomcat/trunk/bin/digest.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/digest.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/digest.bat (original)
+++ tomcat/trunk/bin/digest.bat Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@ rem limitations under the License.
 if "%OS%" == "Windows_NT" setlocal
 rem ---------------------------------------------------------------------------
 rem Script to digest password using the algorithm specified
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 rem Guess CATALINA_HOME if not defined

Modified: tomcat/trunk/bin/digest.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/digest.sh?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/digest.sh (original)
+++ tomcat/trunk/bin/digest.sh Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@
 
 # -----------------------------------------------------------------------------
 # Script to digest password using the algorithm specified
-#
-# $Id$
 # -----------------------------------------------------------------------------
 
 # Better OS/400 detection: see Bugzilla 31132

Modified: tomcat/trunk/bin/service.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/service.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/service.bat (original)
+++ tomcat/trunk/bin/service.bat Fri Jan 24 17:12:40 2014
@@ -25,8 +25,6 @@ rem remove                 Remove the se
 rem
 rem name        (optional) If the second argument is present it is considered
 rem                        to be new service name
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 set "SELF=%~dp0%service.bat"

Modified: tomcat/trunk/bin/setclasspath.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/setclasspath.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/setclasspath.bat (original)
+++ tomcat/trunk/bin/setclasspath.bat Fri Jan 24 17:12:40 2014
@@ -18,8 +18,6 @@ rem ------------------------------------
 rem Set JAVA_HOME or JRE_HOME if not already set, ensure any provided settings
 rem are valid and consistent with the selected start-up options and set up the
 rem endorsed directory.
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 rem Make sure prerequisite environment variables are set

Modified: tomcat/trunk/bin/setclasspath.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/setclasspath.sh?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/setclasspath.sh (original)
+++ tomcat/trunk/bin/setclasspath.sh Fri Jan 24 17:12:40 2014
@@ -19,8 +19,6 @@
 #  Set JAVA_HOME or JRE_HOME if not already set, ensure any provided settings
 #  are valid and consistent with the selected start-up options and set up the
 #  endorsed directory.
-#
-#  $Id$
 # -----------------------------------------------------------------------------
 
 # Make sure prerequisite environment variables are set

Modified: tomcat/trunk/bin/shutdown.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/shutdown.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/shutdown.bat (original)
+++ tomcat/trunk/bin/shutdown.bat Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@ rem limitations under the License.
 if "%OS%" == "Windows_NT" setlocal
 rem ---------------------------------------------------------------------------
 rem Stop script for the CATALINA Server
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 rem Guess CATALINA_HOME if not defined

Modified: tomcat/trunk/bin/shutdown.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/shutdown.sh?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/shutdown.sh (original)
+++ tomcat/trunk/bin/shutdown.sh Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@
 
 # -----------------------------------------------------------------------------
 # Stop script for the CATALINA Server
-#
-# $Id$
 # -----------------------------------------------------------------------------
 
 # Better OS/400 detection: see Bugzilla 31132

Modified: tomcat/trunk/bin/startup.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/startup.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/startup.bat (original)
+++ tomcat/trunk/bin/startup.bat Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@ rem limitations under the License.
 if "%OS%" == "Windows_NT" setlocal
 rem ---------------------------------------------------------------------------
 rem Start script for the CATALINA Server
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 rem Guess CATALINA_HOME if not defined

Modified: tomcat/trunk/bin/startup.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/startup.sh?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/startup.sh (original)
+++ tomcat/trunk/bin/startup.sh Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@
 
 # -----------------------------------------------------------------------------
 # Start Script for the CATALINA Server
-#
-# $Id$
 # -----------------------------------------------------------------------------
 
 # Better OS/400 detection: see Bugzilla 31132

Modified: tomcat/trunk/bin/tool-wrapper.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/tool-wrapper.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/tool-wrapper.bat (original)
+++ tomcat/trunk/bin/tool-wrapper.bat Fri Jan 24 17:12:40 2014
@@ -38,8 +38,6 @@ rem                   containing some ja
 rem                   created outside of the JCP (i.e. DOM and SAX from W3C).
 rem                   It can also be used to update the XML parser implementation.
 rem                   Defaults to $CATALINA_HOME/endorsed.
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 rem Guess CATALINA_HOME if not defined

Modified: tomcat/trunk/bin/tool-wrapper.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/tool-wrapper.sh?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/tool-wrapper.sh (original)
+++ tomcat/trunk/bin/tool-wrapper.sh Fri Jan 24 17:12:40 2014
@@ -38,8 +38,6 @@
 #                   created outside of the JCP (i.e. DOM and SAX from W3C).
 #                   It can also be used to update the XML parser implementation.
 #                   Defaults to $CATALINA_HOME/endorsed.
-#
-# $Id$
 # -----------------------------------------------------------------------------
 
 # OS specific support.  $var _must_ be set to either true or false.

Modified: tomcat/trunk/bin/version.bat
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/version.bat?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/version.bat (original)
+++ tomcat/trunk/bin/version.bat Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@ rem limitations under the License.
 if "%OS%" == "Windows_NT" setlocal
 rem ---------------------------------------------------------------------------
 rem Version script for the CATALINA Server
-rem
-rem $Id$
 rem ---------------------------------------------------------------------------
 
 rem Guess CATALINA_HOME if not defined

Modified: tomcat/trunk/bin/version.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/version.sh?rev=1561072&r1=1561071&r2=1561072&view=diff
==============================================================================
--- tomcat/trunk/bin/version.sh (original)
+++ tomcat/trunk/bin/version.sh Fri Jan 24 17:12:40 2014
@@ -17,8 +17,6 @@
 
 # -----------------------------------------------------------------------------
 # Version Script for the CATALINA Server
-#
-# $Id$
 # -----------------------------------------------------------------------------
 
 # Better OS/400 detection: see Bugzilla 31132



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