Author: markt Date: Mon Oct 23 16:47:06 2006 New Revision: 467182 URL: http://svn.apache.org/viewvc?view=rev&rev=467182 Log: Correct props.
Modified: tomcat/tc6.0.x/trunk/bin/Tomcat6.launch (props changed) tomcat/tc6.0.x/trunk/bin/catalina-tasks.xml (props changed) tomcat/tc6.0.x/trunk/bin/catalina.bat (contents, props changed) tomcat/tc6.0.x/trunk/bin/catalina.sh (contents, props changed) tomcat/tc6.0.x/trunk/bin/cpappend.bat (contents, props changed) tomcat/tc6.0.x/trunk/bin/digest.bat (contents, props changed) tomcat/tc6.0.x/trunk/bin/digest.sh (contents, props changed) tomcat/tc6.0.x/trunk/bin/service.bat (contents, props changed) tomcat/tc6.0.x/trunk/bin/setclasspath.bat (contents, props changed) tomcat/tc6.0.x/trunk/bin/setclasspath.sh (contents, props changed) tomcat/tc6.0.x/trunk/bin/shutdown.bat (contents, props changed) tomcat/tc6.0.x/trunk/bin/shutdown.sh (contents, props changed) tomcat/tc6.0.x/trunk/bin/startup.bat (contents, props changed) tomcat/tc6.0.x/trunk/bin/startup.sh (contents, props changed) tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat (contents, props changed) tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh (contents, props changed) tomcat/tc6.0.x/trunk/bin/version.bat (contents, props changed) tomcat/tc6.0.x/trunk/bin/version.sh (contents, props changed) tomcat/tc6.0.x/trunk/conf/catalina.policy (contents, props changed) tomcat/tc6.0.x/trunk/conf/catalina.properties (props changed) tomcat/tc6.0.x/trunk/conf/context.xml (props changed) tomcat/tc6.0.x/trunk/conf/logging.properties (props changed) tomcat/tc6.0.x/trunk/conf/server.xml (props changed) tomcat/tc6.0.x/trunk/conf/tomcat-users.xml (props changed) tomcat/tc6.0.x/trunk/conf/web.xml (props changed) Propchange: tomcat/tc6.0.x/trunk/bin/Tomcat6.launch ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: tomcat/tc6.0.x/trunk/bin/catalina-tasks.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/catalina.bat?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/catalina.bat (original) +++ tomcat/tc6.0.x/trunk/bin/catalina.bat Mon Oct 23 16:47:06 2006 @@ -37,7 +37,7 @@ 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 Propchange: tomcat/tc6.0.x/trunk/bin/catalina.bat ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/catalina.sh URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/catalina.sh?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/catalina.sh (original) +++ tomcat/tc6.0.x/trunk/bin/catalina.sh Mon Oct 23 16:47:06 2006 @@ -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. Propchange: tomcat/tc6.0.x/trunk/bin/catalina.sh ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/cpappend.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/cpappend.bat?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/cpappend.bat (original) +++ tomcat/tc6.0.x/trunk/bin/cpappend.bat Mon Oct 23 16:47:06 2006 @@ -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 Propchange: tomcat/tc6.0.x/trunk/bin/cpappend.bat ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/digest.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/digest.bat?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/digest.bat (original) +++ tomcat/tc6.0.x/trunk/bin/digest.bat Mon Oct 23 16:47:06 2006 @@ -3,7 +3,7 @@ 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 Propchange: tomcat/tc6.0.x/trunk/bin/digest.bat ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/digest.sh URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/digest.sh?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/digest.sh (original) +++ tomcat/tc6.0.x/trunk/bin/digest.sh Mon Oct 23 16:47:06 2006 @@ -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 Propchange: tomcat/tc6.0.x/trunk/bin/digest.sh ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/service.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/service.bat?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/service.bat (original) +++ tomcat/tc6.0.x/trunk/bin/service.bat Mon Oct 23 16:47:06 2006 @@ -11,7 +11,7 @@ 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 Propchange: tomcat/tc6.0.x/trunk/bin/service.bat ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/setclasspath.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/setclasspath.bat?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/setclasspath.bat (original) +++ tomcat/tc6.0.x/trunk/bin/setclasspath.bat Mon Oct 23 16:47:06 2006 @@ -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 Propchange: tomcat/tc6.0.x/trunk/bin/setclasspath.bat ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/setclasspath.sh URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/setclasspath.sh?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/setclasspath.sh (original) +++ tomcat/tc6.0.x/trunk/bin/setclasspath.sh Mon Oct 23 16:47:06 2006 @@ -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 Propchange: tomcat/tc6.0.x/trunk/bin/setclasspath.sh ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/shutdown.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/shutdown.bat?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/shutdown.bat (original) +++ tomcat/tc6.0.x/trunk/bin/shutdown.bat Mon Oct 23 16:47:06 2006 @@ -3,7 +3,7 @@ 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 Propchange: tomcat/tc6.0.x/trunk/bin/shutdown.bat ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/shutdown.sh URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/shutdown.sh?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/shutdown.sh (original) +++ tomcat/tc6.0.x/trunk/bin/shutdown.sh Mon Oct 23 16:47:06 2006 @@ -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 Propchange: tomcat/tc6.0.x/trunk/bin/shutdown.sh ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/startup.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/startup.bat?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/startup.bat (original) +++ tomcat/tc6.0.x/trunk/bin/startup.bat Mon Oct 23 16:47:06 2006 @@ -3,7 +3,7 @@ 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 Propchange: tomcat/tc6.0.x/trunk/bin/startup.bat ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/startup.sh URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/startup.sh?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/startup.sh (original) +++ tomcat/tc6.0.x/trunk/bin/startup.sh Mon Oct 23 16:47:06 2006 @@ -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 Propchange: tomcat/tc6.0.x/trunk/bin/startup.sh ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat (original) +++ tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat Mon Oct 23 16:47:06 2006 @@ -15,7 +15,7 @@ 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 Propchange: tomcat/tc6.0.x/trunk/bin/tool-wrapper.bat ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh (original) +++ tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh Mon Oct 23 16:47:06 2006 @@ -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. Propchange: tomcat/tc6.0.x/trunk/bin/tool-wrapper.sh ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/version.bat URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/version.bat?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/version.bat (original) +++ tomcat/tc6.0.x/trunk/bin/version.bat Mon Oct 23 16:47:06 2006 @@ -3,7 +3,7 @@ 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 Propchange: tomcat/tc6.0.x/trunk/bin/version.bat ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/bin/version.sh URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/version.sh?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/bin/version.sh (original) +++ tomcat/tc6.0.x/trunk/bin/version.sh Mon Oct 23 16:47:06 2006 @@ -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 Propchange: tomcat/tc6.0.x/trunk/bin/version.sh ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Modified: tomcat/tc6.0.x/trunk/conf/catalina.policy URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/catalina.policy?view=diff&rev=467182&r1=467181&r2=467182 ============================================================================== --- tomcat/tc6.0.x/trunk/conf/catalina.policy (original) +++ tomcat/tc6.0.x/trunk/conf/catalina.policy Mon Oct 23 16:47:06 2006 @@ -8,7 +8,7 @@ // // * Read access to the document root directory // -// $Id: catalina.policy 393732 2006-04-13 06:32:25Z pero $ +// $Id$ // ============================================================================ Propchange: tomcat/tc6.0.x/trunk/conf/catalina.policy ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: tomcat/tc6.0.x/trunk/conf/catalina.properties ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: tomcat/tc6.0.x/trunk/conf/context.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: tomcat/tc6.0.x/trunk/conf/logging.properties ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: tomcat/tc6.0.x/trunk/conf/server.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: tomcat/tc6.0.x/trunk/conf/tomcat-users.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Propchange: tomcat/tc6.0.x/trunk/conf/web.xml ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]