diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-12-12 03:13:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-12-12 03:13:45 +0000 |
commit | 69711b97b5295ce69a0707c51f2c05f67c083b95 (patch) | |
tree | afdd7d573035d92b1685661c58c796a85264eab4 /java/jdk11/files/patch-.extract_args | |
parent | Update to 1.3.0.20071108 (diff) |
Remove obsolete JDK versions 1.1 and 1.2, and the ports depending on them.
Notes
Notes:
svn path=/head/; revision=203125
Diffstat (limited to 'java/jdk11/files/patch-.extract_args')
-rw-r--r-- | java/jdk11/files/patch-.extract_args | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/java/jdk11/files/patch-.extract_args b/java/jdk11/files/patch-.extract_args deleted file mode 100644 index 171ab97f97e7..000000000000 --- a/java/jdk11/files/patch-.extract_args +++ /dev/null @@ -1,10 +0,0 @@ ---- bin/i386/green_threads/.extract_args.orig Wed Sep 17 23:13:11 2003 -+++ bin/i386/green_threads/.extract_args Wed Sep 17 23:14:57 2003 -@@ -10,6 +10,7 @@ - - RUNTIME_ARGS="" - APP_ARGS="" -+EXPR_COMPAT=yes; export EXPR_COMPAT - for a in "$@" - do - if ja=`expr "$a" : '-J\(..*\)'` |