patrickl    02/02/12 15:51:21

  Modified:    catalina/src/bin cpappend.bat
  Log:
  Revert changes in previous version as previous version was accidently merged against 
the wrong file
  
  Revision  Changes    Path
  1.4       +1 -16     jakarta-tomcat-4.0/catalina/src/bin/cpappend.bat
  
  Index: cpappend.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/bin/cpappend.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cpappend.bat      15 Jan 2002 02:55:38 -0000      1.3
  +++ cpappend.bat      12 Feb 2002 23:51:21 -0000      1.4
  @@ -1,16 +1 @@
  -rem ---------------------------------------------------------------------------
  -rem Append a path onto the CLASSPATH
  -rem
  -rem $Id: cpappend.bat,v 1.3 2002/01/15 02:55:38 patrickl Exp $
  -rem ---------------------------------------------------------------------------
  -
  -rem Get remaining unshifted command line arguments and save them in the
  -set CMD_LINE_ARGS=%1
  -shift
  -:setArgs
  -if ""%1""=="""" goto doneSetArgs
  -set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
  -shift
  -goto setArgs
  -:doneSetArgs
  -
  +set CLASSPATH=%CLASSPATH%;%1
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to