diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 13:05:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-07-31 13:05:29 +0000 |
commit | 0ecb2535208a7bf5700522d4156726f614e439d5 (patch) | |
tree | 7fc16cfbab7dd099f2b87cd5a0e51799c761b555 /hsqldb | |
parent | 586c3bb1f9f4bd935af5df20b377f4872e063638 (diff) |
INTEGRATION: CWS dba23c (1.16.6); FILE MERGED
2007/07/19 12:16:36 fs 1.16.6.1: #i78296# more files to convert
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 \ |