Author: mkienenb
Date: Wed Jun 3 02:23:50 2015
New Revision: 1683211
URL: http://svn.apache.org/r1683211
Log:
VELOCITY-861: correction -- javacc 4.1 not 4.2
Modified:
velocity/engine/branches/1.x/build/BUILD_PARSER_README.txt
Modified: velocity/engine/branches/1.x/build/BUILD_PARSER_README.txt
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/1.x/build/BUILD_PARSER_README.txt?rev=1683211&r1=1683210&r2=1683211&view=diff
==============================================================================
--- velocity/engine/branches/1.x/build/BUILD_PARSER_README.txt (original)
+++ velocity/engine/branches/1.x/build/BUILD_PARSER_README.txt Wed Jun 3
02:23:50 2015
@@ -52,4 +52,4 @@ Finally, note that in order to create co
you will need to use JavaCC 3.2 or later (replaces variable "enumeration" or
"enum"
with "e". (WGH)
-The parser was last built using JavaCC 4.2.
+The parser was last built using JavaCC 4.1.