summaryrefslogtreecommitdiff
path: root/japanese/postgresql7/files/patch-jdbc-build-xml
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-10-19 13:43:42 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-10-19 13:43:42 +0000
commita74d4ca9fa91eb54dbb907d37fe3582c0c1b2b42 (patch)
tree2d6247d0597ca5fd8ce93d84882ac2d0d27e1bc3 /japanese/postgresql7/files/patch-jdbc-build-xml
parentUpdate to slave of databases/postgresql7 after repocopy from (diff)
Remove japanese/postgresql7 (obsoleted by japanese/postgresql-tcktk).
Connect japanese/postgresql-tcltk.
Notes
Notes: svn path=/head/; revision=68341
Diffstat (limited to 'japanese/postgresql7/files/patch-jdbc-build-xml')
-rw-r--r--japanese/postgresql7/files/patch-jdbc-build-xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/japanese/postgresql7/files/patch-jdbc-build-xml b/japanese/postgresql7/files/patch-jdbc-build-xml
deleted file mode 100644
index b1c703a9c978..000000000000
--- a/japanese/postgresql7/files/patch-jdbc-build-xml
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/interfaces/jdbc/build.xml~ Fri Mar 16 22:50:43 2001
-+++ src/interfaces/jdbc/build.xml Wed Apr 18 08:57:57 2001
-@@ -120,6 +120,7 @@
- <javac srcdir="${src}" destdir="${dest}">
- <include name="example/**" />
- <exclude name="example/corba/**"/>
-+ <exclude name="example/blobtest.java" unless="jdk1.2+"/>
- </javac>
- </target>
-