You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pa...@apache.org on 2002/03/31 00:50:44 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/bin setclasspath.bat setclasspath.sh

patrickl    02/03/30 15:50:43

  Modified:    catalina/src/bin setclasspath.bat setclasspath.sh
  Log:
  Remove line that reset JAVA_OPTS so that user's JAVA_OPTS can be used
  
  Revision  Changes    Path
  1.5       +1 -4      jakarta-tomcat-4.0/catalina/src/bin/setclasspath.bat
  
  Index: setclasspath.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/bin/setclasspath.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- setclasspath.bat	14 Feb 2002 01:29:47 -0000	1.4
  +++ setclasspath.bat	30 Mar 2002 23:50:43 -0000	1.5
  @@ -1,7 +1,7 @@
   rem ---------------------------------------------------------------------------
   rem Set CLASSPATH and Java options
   rem
  -rem $Id: setclasspath.bat,v 1.4 2002/02/14 01:29:47 patrickl Exp $
  +rem $Id: setclasspath.bat,v 1.5 2002/03/30 23:50:43 patrickl Exp $
   rem ---------------------------------------------------------------------------
   
   rem Make sure prerequisite environment variables are set
  @@ -31,9 +31,6 @@
   echo This environment variable is needed to run this program
   goto end
   :okBasedir
  -
  -rem Set the default Java options for all scripts
  -set JAVA_OPTS=
   
   rem Set the default -Djava.endorsed.dirs argument
   set JAVA_ENDORSED_DIRS=%BASEDIR%\bin;%BASEDIR%\common\endorsed
  
  
  
  1.5       +1 -4      jakarta-tomcat-4.0/catalina/src/bin/setclasspath.sh
  
  Index: setclasspath.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/bin/setclasspath.sh,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- setclasspath.sh	14 Feb 2002 01:29:47 -0000	1.4
  +++ setclasspath.sh	30 Mar 2002 23:50:43 -0000	1.5
  @@ -1,7 +1,7 @@
   # -----------------------------------------------------------------------------
   #  Set CLASSPATH and Java options
   #
  -#  $Id: setclasspath.sh,v 1.4 2002/02/14 01:29:47 patrickl Exp $
  +#  $Id: setclasspath.sh,v 1.5 2002/03/30 23:50:43 patrickl Exp $
   # -----------------------------------------------------------------------------
   
   # Make sure prerequisite environment variables are set
  @@ -25,9 +25,6 @@
     echo "This environment variable is needed to run this program"
     exit 1
   fi
  -
  -# Set the default Java options for all scripts
  -JAVA_OPTS=
   
   # Set the default -Djava.endorsed.dirs argument
   JAVA_ENDORSED_DIRS="$BASEDIR"/bin:"$BASEDIR"/common/endorsed
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>