You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ru...@locus.apache.org on 2000/04/01 16:43:07 UTC

cvs commit: jakarta-tomcat/src/doc/appdev build.xml.txt

rubys       00/04/01 06:43:07

  Modified:    src/doc/appdev build.xml.txt
  Log:
  appdev/build.xml.txt can't be parsed
  
  (apparently the string "--" looks too close to a comment terminator and
  confuses the parser)
  
  PR: 70 (project=Ant)
  Submitted by: vaughan@pbv.dhs.org
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-tomcat/src/doc/appdev/build.xml.txt
  
  Index: build.xml.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/appdev/build.xml.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml.txt	2000/03/28 02:39:33	1.3
  +++ build.xml.txt	2000/04/01 14:43:07	1.4
  @@ -12,7 +12,7 @@
   
   <!-- The "init" target is executed when Ant is first started, to initialize
        the values of properties (or perform other setup tasks as needed).
  -     In current versions of Ant, this behavior is hard coded -- in future
  +     In current versions of Ant, this behavior is hard coded - in future
        versions, the 'init="init"' attribute added to each other target will
        request this behavior with no further changes required.