diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-05-15 02:14:18 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-05-15 02:14:18 +0000 |
commit | b4daf5a013ffe1aba40c716f7fb64a2360c68b31 (patch) | |
tree | 02a445599f5459e70957aaf6bd096f3e42bad874 /java/linux-jdk13/files/patch-ad | |
parent | A number of changes to this port: (diff) |
Fix JVM config file and font.properties
PR: 27316
Submitted by: Ernst de Haan <ernst@jollem.com>
Notes
Notes:
svn path=/head/; revision=42606
Diffstat (limited to 'java/linux-jdk13/files/patch-ad')
-rw-r--r-- | java/linux-jdk13/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/linux-jdk13/files/patch-ad b/java/linux-jdk13/files/patch-ad new file mode 100644 index 000000000000..05f0b3781592 --- /dev/null +++ b/java/linux-jdk13/files/patch-ad @@ -0,0 +1,11 @@ +--- jre/lib/jvm.cfg.orig Fri Feb 9 13:24:23 2001 ++++ jre/lib/jvm.cfg Tue May 15 09:41:16 2001 +@@ -8,7 +8,7 @@ + # List of JVMs that can be used as the first option to java, javac, etc. + # Order is important -- first in this list is the default JVM. + # ++-classic + -client + -hotspot + -server +--classic |