From d800e2094052c78ed89c0e2baddc2b4e87ebbcb0 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Thu, 2 Apr 2009 21:07:40 +0000 Subject: [PATCH] don't re-run antlr unless the grammar changed. patch by Per Mellqvist git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@761427 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 16952a72a8..236645e035 100644 --- a/build.xml +++ b/build.xml @@ -49,7 +49,13 @@ - + + + + + Building Grammar ${build.src}/org/apache/cassandra/cli/Cli.g .... - + + + + + Building Grammar ${build.src}/org/apache/cassandra/cql/compiler/parse/Cql.g ....