8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a8346 commit 97c7db2Copy full SHA for 97c7db2
src/interfaces/jdbc/build.xml
@@ -3,7 +3,7 @@
3
build file to allow ant (http://jakarta.apache.org/ant/) to be used
4
to build the PostgreSQL JDBC Driver.
5
6
- $Id: build.xml,v 1.14 2001/05/23 20:54:12 momjian Exp $
+ $Id: build.xml,v 1.15 2001/05/25 16:29:17 momjian Exp $
7
8
-->
9
@@ -83,6 +83,10 @@
83
84
<!-- This target removes any class files from the build directory -->
85
<target name="clean">
86
+ <!--
87
+ This should be just 'delete', but ant 1.3 fails.
88
+ This code doesn't delete the directories. bjm 2001-05-25
89
+ -->
90
<delete>
91
<fileset dir="${dest}" />
92
<fileset dir="${jars}" />
0 commit comments