diff options
Diffstat (limited to 'hsqldb')
-rwxr-xr-x | hsqldb/makefile.mk | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/hsqldb/makefile.mk b/hsqldb/makefile.mk index 05e874cf1e09..a81cbf075a62 100755 --- a/hsqldb/makefile.mk +++ b/hsqldb/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: rt $ $Date: 2006-12-01 17:33:12 $ +# last change: $Author: hr $ $Date: 2007-07-31 14:05:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,10 @@ TARFILE_ROOTDIR=hsqldb CONVERTFILES=build$/build.xml\ doc/changelist_1_8_0.txt\ - src/org/hsqldb/resources/sql-error-messages.properties + src/org/hsqldb/resources/sql-error-messages.properties\ + src/org/hsqldb/Select.java\ + src/org/hsqldb/Expression.java + PATCH_FILE_NAME=hsqldb_1_8_0 # ADDITIONAL_FILES= src$/org$/hsqldb$/Collation.java \ |