X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Forg%2Fz3950%2Fzing%2Fcql%2FMakefile;h=68087c18e6528fc6cdf269a29d4dc24f7900d3dd;hb=b53fe47e0bd5f0825b0d8ceeb33538e714bf9e7e;hp=a74101d10fd028cd525bc6f409e704fca284d290;hpb=f0717d65bb19139925282c632cb40c99dbc0d95f;p=cql-java-moved-to-github.git diff --git a/src/org/z3950/zing/cql/Makefile b/src/org/z3950/zing/cql/Makefile index a74101d..68087c1 100644 --- a/src/org/z3950/zing/cql/Makefile +++ b/src/org/z3950/zing/cql/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 2007-06-27 17:01:47 mike Exp $ +# $Id: Makefile,v 1.16 2007-06-27 22:44:40 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 @@ -14,7 +14,7 @@ OBJ = Utils.class \ CQLParser.class CQLLexer.class CQLGenerator.class \ CQLParseException.class MissingParameterException.class \ PQFTranslationException.class \ - UnknownQualifierException.class UnknownRelationException.class \ + UnknownIndexException.class UnknownRelationException.class \ UnknownRelationModifierException.class UnknownPositionException.class ../../../../../lib/cql-java.jar: $(OBJ)