summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjwise <jwise>2002-04-19 17:59:51 +0000
committerjwise <jwise>2002-04-19 17:59:51 +0000
commit117540909bae805834f059d17693826e86312133 (patch)
tree5e683821c6b59ec3675996f8b5e4866c2a3b3750 /databases
parentdaf0a0307fe3452b5f6a2a026ef01a8f9ee44e29 (diff)
downloadpkgsrc-117540909bae805834f059d17693826e86312133.tar.gz
Remove patch which is no longer needed.
Diffstat (limited to 'databases')
-rw-r--r--databases/jdbc-postgresql/patches/patch-aa13
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>
-
- <!--