From f1846d402bed119a74409c3b417484661e100e27 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 20 Nov 2004 17:35:00 +0000 Subject: 20571: update javac completion for J2SE 5.0 --- Completion/Unix/Command/_java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_java') diff --git a/Completion/Unix/Command/_java b/Completion/Unix/Command/_java index 949477b73..3faf10273 100644 --- a/Completion/Unix/Command/_java +++ b/Completion/Unix/Command/_java @@ -19,8 +19,8 @@ javac) '-extdirs[override location of installed extensions]:extensions directories:->extdirs' \ '-d[specify where to place generated class files]:directory:_files -/' \ '-encoding[specify character encoding used by source files]:encoding:->encoding' \ - '-source[provide source compatibility with specified release]:release:(1.3 1.4)' \ - '-target[specify VM version]:release:(1.{1..4})' \ + '-source[provide source compatibility with specified release]:release:(1.{2..5})' \ + '-target[specify VM version]:release:(1.{1..5})' \ '-help[print a synopsis of standard options]' \ '*:java source file:_files -g \*.java\(-.\)' && return 0 ;; -- cgit 1.4.1