summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 12:36:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 12:36:26 +0000
commit5e44bc1bc6b86dd8c2af9b0b9531b80be0289039 (patch)
treeddd061273d782ac8c95c6334083e778c56d76bec /connectivity
parent6ad87ecf54bdc0ebe5fd59896acf5a373860229c (diff)
INTEGRATION: CWS dba22b (1.15.210); FILE MERGED
2006/12/13 08:49:25 fs 1.15.210.2: renamed Statement.* to JStatement.*, to prevent debugger conflicts with dbaccess-located files with the same name 2006/12/05 14:51:29 fs 1.15.210.1: renamed Connection.cxx to JConnection.cxx - file name wass already used in another project, and MSDEV had problems with debugging those files
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/jdbc/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/jdbc/makefile.mk b/connectivity/source/drivers/jdbc/makefile.mk
index 4e35086aa871..657d1b640d12 100644
--- a/connectivity/source/drivers/jdbc/makefile.mk
+++ b/connectivity/source/drivers/jdbc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: kz $ $Date: 2006-12-13 16:19:11 $
+# last change: $Author: vg $ $Date: 2007-01-15 13:36:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -68,6 +68,7 @@ SLOFILES=\
$(SLO)$/InputStream.obj \
$(SLO)$/JConnection.obj \
$(SLO)$/JDriver.obj \
+ $(SLO)$/JStatement.obj \
$(SLO)$/Object.obj \
$(SLO)$/PreparedStatement.obj \
$(SLO)$/Reader.obj \
@@ -76,7 +77,6 @@ SLOFILES=\
$(SLO)$/ResultSetMetaData.obj \
$(SLO)$/SQLException.obj \
$(SLO)$/SQLWarning.obj \
- $(SLO)$/Statement.obj \
$(SLO)$/String.obj \
$(SLO)$/Throwable.obj \
$(SLO)$/Timestamp.obj \