Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 33bb1ae

Browse files
author
Peter Mount
committed
Fixed the message Makefile produces after compiling. It still said
about the old Driver class, not the new package. Spotted by Joseph Shraibman <jks@p1.selectacast.net>
1 parent 6cb0fff commit 33bb1ae

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/interfaces/jdbc/CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Mon May 15 22:30:00 BST 2000 peter@retep.org.uk
2+
- Fixed the message Makefile produces after compiling. It still said
3+
about the old Driver class, not the new package. Spotted by
4+
Joseph Shraibman <jks@p1.selectacast.net>
5+
16
Thu May 04 11:38:00 BST 2000 petermount@it.maidstone.gov.uk
27
- Corrected incorrect date in CHANGELOG
38
- Fixed the ImageViewer example

src/interfaces/jdbc/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for Java JDBC interface
55
#
66
# IDENTIFICATION
7-
# $Id: Makefile,v 1.21 2000/05/05 07:35:29 peter Exp $
7+
# $Id: Makefile,v 1.22 2000/05/15 21:32:51 peter Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -57,11 +57,11 @@ msg:
5757
@echo "place (under unix this could be /usr/local/lib) and add it"
5858
@echo to the class path.
5959
@echo
60-
@echo Then either add -Djdbc.drivers=postgresql.Driver to the
60+
@echo Then either add -Djdbc.drivers=org.postgresql.Driver to the
6161
@echo commandline when running your application, or edit the
6262
@echo "properties file for your application (~/.hotjava/properties"
6363
@echo "under unix for HotJava), and add a line containing"
64-
@echo jdbc.drivers=postgresql.Driver
64+
@echo jdbc.drivers=org.postgresql.Driver
6565
@echo
6666
@echo More details are in the README file and in the main postgresql
6767
@echo documentation.

0 commit comments

Comments
 (0)