Typo in build.xml?
От | Markus Schaber |
---|---|
Тема | Typo in build.xml? |
Дата | |
Msg-id | 20040624112634.7c11e36d@kingfisher.intern.logi-track.com обсуждение исходный текст |
Ответы |
Re: Typo in build.xml?
|
Список | 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@logi-track.com | www.logi-track.com
В списке pgsql-jdbc по дате отправления: