Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33bb1ae

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 byJoseph Shraibman <jks@p1.selectacast.net>
1 parent6cb0fff commit33bb1ae

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

‎src/interfaces/jdbc/CHANGELOG

Lines changed: 5 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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 arein the README file andin the main postgresql
6767
@echo documentation.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp