From e4434ebe00405dca6bc2009666d6cfea7b15cfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sun, 22 Sep 2002 12:21:39 +0000 Subject: [PATCH] added new Java 1.4 grammar --- build.xml | 24 ++++-- .../puppycrawl/tools/checkstyle/java14_new.g | 76 +++++++++++++++++++ .../puppycrawl/tools/checkstyle/java_new.g | 9 ++- 3 files changed, 100 insertions(+), 9 deletions(-) create mode 100644 src/checkstyle/com/puppycrawl/tools/checkstyle/java14_new.g diff --git a/build.xml b/build.xml index 282c67d29..6d51d2190 100644 --- a/build.xml +++ b/build.xml @@ -17,7 +17,7 @@ - + @@ -76,7 +76,7 @@ description="Checks whether the grammar file is newer that the generated code"> - + @@ -85,12 +85,20 @@ - - - + + + + + + + +