diff options
author | jwise <jwise> | 2002-04-19 17:59:51 +0000 |
---|---|---|
committer | jwise <jwise> | 2002-04-19 17:59:51 +0000 |
commit | c37a1bd119f92030d10cb4c15480f18be72a9a7d (patch) | |
tree | 5e683821c6b59ec3675996f8b5e4866c2a3b3750 | |
parent | fba63a55471d86df6683c1ca32f3c68ef4bca374 (diff) | |
download | pkgsrc-c37a1bd119f92030d10cb4c15480f18be72a9a7d.tar.gz |
Remove patch which is no longer needed.
-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> - - <!-- |