Align setclasspath comments with reality.
Based on a patch provided by sebb.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@964208
13f79535-47bb-0310-9956-
ffa450edef68
rem limitations under the License.
rem ---------------------------------------------------------------------------
-rem Set CLASSPATH and Java options
+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 ---------------------------------------------------------------------------
# limitations under the License.
# -----------------------------------------------------------------------------
-# Set CLASSPATH and Java options
+# 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$
# -----------------------------------------------------------------------------
one of them fails, do not ignore the others. (markt/kkolinko)
</fix>
<fix>
+ <bug>49182</bug>: Align comments in setclasspath.[sh|bat] with
+ behaviour. Based on a patch provided by sebb. (markt)
+ </fix>
+ <fix>
<bug>49230</bug>: Enhance JRE leak prevention listener with protection
for the keep-alive thread started by
<code>sun.net.www.http.HttpClient</code>. Based on a patch provided by