[libpostgresql-jdbc-java] 01/02: Update file naming convention per Oliver, make a distinction from the JDBC build number and the server version 8.0.309 -> 8.0-309.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:19:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to tag REL8_0_310
in repository libpostgresql-jdbc-java.
commit 5f092012cb7c8cd7f0c9d66c9b797c1d48133ecc
Author: Kris Jurka <books at ejurka.com>
Date: Wed Feb 2 20:06:11 2005 +0000
Update file naming convention per Oliver, make a distinction from
the JDBC build number and the server version 8.0.309 -> 8.0-309.
---
doc/pgjdbc.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/pgjdbc.xml b/doc/pgjdbc.xml
index 0b68d7b..41b4fc7 100644
--- a/doc/pgjdbc.xml
+++ b/doc/pgjdbc.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2004-2005, PostgreSQL Global Development Group
- $PostgreSQL: pgjdbc/doc/pgjdbc.xml,v 1.21 2005/01/27 11:21:24 jurka Exp $
+ $PostgreSQL: pgjdbc/doc/pgjdbc.xml,v 1.22 2005/01/30 11:04:54 jurka Exp $
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
@@ -106,7 +106,7 @@ JAVACMD=$JAVA_HOME/bin/java
<filename>postgresql.jar</filename> if you built from source, otherwise
it will likely be named with the following convention:
<filename>postgresql-<replaceable>[server version]</replaceable>.<replaceable>[buildnumber]</replaceable>.jdbc<replaceable>[JDBC version]</replaceable>.jar</filename>,
- for example <filename>postgresql-8.0.309.jdbc3.jar</filename>)
+ for example <filename>postgresql-8.0-310.jdbc3.jar</filename>)
needs to be included in the class path, either by putting it in the
<envar>CLASSPATH</envar> environment variable, or by using flags on the
<command>java</command> command line.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git
More information about the pkg-java-commits
mailing list