You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/04/24 21:36:50 UTC

cvs commit: jakarta-tomcat/src/doc/appdev/sample build.bat

craigmcc    00/04/24 12:36:49

  Modified:    src/doc/appdev/sample build.bat
  Log:
  Correct typo in the "build.bat" file.
  Submitted by: Joerg Huber <jo...@hubi.net>
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat/src/doc/appdev/sample/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/sample/build.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.bat	2000/04/04 22:01:13	1.1
  +++ build.bat	2000/04/24 19:36:48	1.2
  @@ -1,8 +1,8 @@
   @echo off
   rem build.bat -- Build Script for the "Hello, World" Application
  -rem $Id: build.bat,v 1.1 2000/04/04 22:01:13 craigmcc Exp $
  +rem $Id: build.bat,v 1.2 2000/04/24 19:36:48 craigmcc Exp $
   
  -if %CLASSPATH% == "" goto noclasspath
  +if "%CLASSPATH%" == "" goto noclasspath
   
   :haveclasspath
   set _CLASSPATH=%CLASSPATH%