From: mike Date: Wed, 27 Jun 2007 17:01:47 +0000 (+0000) Subject: Build Modifier.java X-Git-Tag: v1.5~121 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=f0717d65bb19139925282c632cb40c99dbc0d95f;p=cql-java-moved-to-github.git Build Modifier.java --- 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 \