Typo in build.xml?

From: Markus Schaber <schabios(at)logi-track(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Typo in build.xml?
Date: 2004-06-24 09:26:34
Message-ID: 20040624112634.7c11e36d@kingfisher.intern.logi-track.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

This patch fixes a syspected typo in build.xml.

--- build.xml 8 Jun 2004 00:01:47 -0000 1.47
+++ build.xml 24 Jun 2004 09:26:26 -0000
@@ -119,10 +119,11 @@
<available classname="org.postgresql.Driver" property="old.driver.present" />
<fail message="Old driver was detected on classpath or in jre/lib/ext, please remove and try again." if="old.driver.present" />

- <javac classpath="{$srcdir}" srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
+ <javac classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
<!-- This is the core of the driver. It is common for all three versions. -->
<include name="${package}/*.java" />
<include name="${package}/core/**" />

Thanks,
Schabi
--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:schabios(at)logi-track(dot)com | www.logi-track.com

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-06-24 09:52:40 Re: Typo in build.xml?
Previous Message Kris Jurka 2004-06-24 09:26:07 Re: COPY Support Patch - actualized version?