diff options
author | jwise <jwise@pkgsrc.org> | 2002-04-19 17:59:51 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2002-04-19 17:59:51 +0000 |
commit | b39f87bf71e82620599d5242230a8f1424c1ccfe (patch) | |
tree | 5e683821c6b59ec3675996f8b5e4866c2a3b3750 /databases/jdbc-postgresql | |
parent | cde7af2693a227874cb2156ad6e9b4988265346a (diff) | |
download | pkgsrc-b39f87bf71e82620599d5242230a8f1424c1ccfe.tar.gz |
Remove patch which is no longer needed.
Diffstat (limited to 'databases/jdbc-postgresql')
-rw-r--r-- | databases/jdbc-postgresql/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/jdbc-postgresql/patches/patch-aa b/databases/jdbc-postgresql/patches/patch-aa deleted file mode 100644 index 276cc4bc69f..00000000000 --- a/databases/jdbc-postgresql/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- build.xml.orig Sat Sep 8 19:53:58 2001 -+++ build.xml Sat Sep 8 19:54:45 2001 -@@ -134,9 +134,8 @@ - </target> - - <!-- This builds the jar file containing the driver --> -- <target name="jar" depends="compile,examples"> -+ <target name="jar" depends="compile"> - <jar jarfile="${jars}/postgresql.jar" basedir="${dest}" includes="${package}/**" excludes="${package}/test/**"/> -- <jar jarfile="${jars}/postgresql-examples.jar" basedir="${dest}" includes="example/**" /> - </target> - - <!-- |