From 0b626e4e81da179568648247af2d18e5961437fa Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 25 Sep 2006 08:43:59 +0000 Subject: INTEGRATION: CWS hsqldb9 (1.13.4); FILE MERGED 2006/09/05 08:46:12 oj 1.13.4.2: RESYNC: (1.13-1.14); FILE MERGED 2006/08/07 09:10:23 fs 1.13.4.1: #i65426# convert sql-error-messages.properties --- hsqldb/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hsqldb') diff --git a/hsqldb/makefile.mk b/hsqldb/makefile.mk index 4726e5c1e2dd..f3791b2d375f 100755 --- a/hsqldb/makefile.mk +++ b/hsqldb/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: hr $ $Date: 2006-08-14 16:18:13 $ +# last change: $Author: vg $ $Date: 2006-09-25 09:43:59 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,7 @@ TARFILE_ROOTDIR=hsqldb CONVERTFILES=build$/build.xml\ doc/changelist_1_8_0.txt\ - src/org/hsqldb/resources/sql-error-messages_it.properties + src/org/hsqldb/resources/sql-error-messages.properties PATCH_FILE_NAME=hsqldb_1_8_0 # ADDITIONAL_FILES= src$/org$/hsqldb$/Collation.java \ -- cgit