Tag: cws_src680_dba22b User: fs Date: 2006/12/05 06:51:32 Removed: dba/connectivity/source/drivers/jdbc/Connection.cxx
Added: dba/connectivity/source/drivers/jdbc/JConnection.cxx Modified: dba/connectivity/source/drivers/jdbc/makefile.mk Log: renamed Connection.cxx to JConnection.cxx - file name wass already used in another project, and MSDEV had problems with debugging those files File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [removed]: Connection.cxx File [added]: JConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/JConnection.cxx?rev=1.1.2.1&content-type=text/vnd.viewcvs-markup Added lines: 0 -------------- File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/makefile.mk?r1=1.15&r2=1.15.210.1 Delta lines: +4 -4 ------------------- --- makefile.mk 8 Sep 2005 06:14:50 -0000 1.15 +++ makefile.mk 5 Dec 2006 14:51:29 -0000 1.15.210.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.15.210.1 $ # -# last change: $Author: rt $ $Date: 2005/09/08 06:14:50 $ +# last change: $Author: fs $ $Date: 2006/12/05 14:51:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,13 +60,13 @@ $(SLO)$/CallableStatement.obj \ $(SLO)$/Class.obj \ $(SLO)$/Clob.obj \ - $(SLO)$/Connection.obj \ $(SLO)$/DatabaseMetaData.obj \ $(SLO)$/Date.obj \ $(SLO)$/DriverManager.obj \ $(SLO)$/DriverPropertyInfo.obj \ $(SLO)$/Exception.obj \ $(SLO)$/InputStream.obj \ + $(SLO)$/JConnection.obj \ $(SLO)$/JDriver.obj \ $(SLO)$/Object.obj \ $(SLO)$/PreparedStatement.obj \ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
