From f0717d65bb19139925282c632cb40c99dbc0d95f Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 27 Jun 2007 17:01:47 +0000 Subject: [PATCH] Build Modifier.java --- src/org/z3950/zing/cql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/z3950/zing/cql/Makefile b/src/org/z3950/zing/cql/Makefile index fed51f7..a74101d 100644 --- a/src/org/z3950/zing/cql/Makefile +++ b/src/org/z3950/zing/cql/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 2007-06-06 12:21:46 mike Exp $ +# $Id: Makefile,v 1.15 2007-06-27 17:01:47 mike Exp $ # # Your Java compiler will require that this source directory is on the # classpath. The best way to do that is just to add the CQL-Java @@ -10,7 +10,7 @@ OBJ = Utils.class \ CQLNode.class CQLTermNode.class CQLBooleanNode.class \ CQLAndNode.class CQLOrNode.class CQLNotNode.class \ CQLProxNode.class CQLPrefixNode.class CQLPrefix.class \ - CQLRelation.class ModifierSet.class \ + CQLRelation.class Modifier.class ModifierSet.class \ CQLParser.class CQLLexer.class CQLGenerator.class \ CQLParseException.class MissingParameterException.class \ PQFTranslationException.class \ -- 1.7.10.4