summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se-www-MimeTable.java
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 17:18:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 17:18:32 +0000
commitb1ccabf65df39e4ab553f6c4734942b9f89992b1 (patch)
treeca639d8654f8695791fbdb4960934e6598682543 /java/jdk16/files/patch-j2se-www-MimeTable.java
parent- Update to 5.2.4 (diff)
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors Removing outdated jdk16 vendors: removing all the bsdjava and freebsd vendors, consider using openjdk6 or openjsk7 instead. Discussed with: java (glarkin)
Notes
Notes: svn path=/head/; revision=308619
Diffstat (limited to 'java/jdk16/files/patch-j2se-www-MimeTable.java')
-rw-r--r--java/jdk16/files/patch-j2se-www-MimeTable.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/java/jdk16/files/patch-j2se-www-MimeTable.java b/java/jdk16/files/patch-j2se-www-MimeTable.java
deleted file mode 100644
index 3b9501211618..000000000000
--- a/java/jdk16/files/patch-j2se-www-MimeTable.java
+++ /dev/null
@@ -1,16 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/src/share/classes/sun/net/www/MimeTable.java.orig Sun Jul 29 23:03:30 2007
-+++ ../../j2se/src/share/classes/sun/net/www/MimeTable.java Sun Jul 29 23:03:30 2007
-@@ -40,9 +40,9 @@
- System.getProperty("user.home") + "/.mailcap",
- "/etc/mailcap",
- "/usr/etc/mailcap",
-- "/usr/local/etc/mailcap",
-+ "%%LOCALBASE%%/etc/mailcap",
- System.getProperty("hotjava.home",
-- "/usr/local/hotjava") + "/lib/mailcap",
-+ "%%LOCALBASE%%/hotjava") + "/lib/mailcap",
- };
- return null;
- }