You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@locus.apache.org on 2000/11/02 02:28:40 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime/parser BUILD_README.txt

geirm       00/11/01 17:28:40

  Modified:    src/java/org/apache/velocity/runtime/parser BUILD_README.txt
  Log:
  Added note 4) (you can just read it..)
  
  Revision  Changes    Path
  1.2       +4 -0      jakarta-velocity/src/java/org/apache/velocity/runtime/parser/BUILD_README.txt
  
  Index: BUILD_README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/parser/BUILD_README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILD_README.txt	2000/10/27 04:44:27	1.1
  +++ BUILD_README.txt	2000/11/02 01:28:39	1.2
  @@ -16,5 +16,9 @@
   package declaration fixed.  This should be an extremely rare event at this point
   and will change with javacc 2.0.
   
  +4) When committing changes, to aid readability to those watching the cvs commit 
  +messages, please commit Parser.jjt separately from the .jj and .java
  +files generated from .jjt. 
  +
   -gmj