zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: javac completion update
@ 2004-11-20 17:21 Doug Kearns
  0 siblings, 0 replies; only message in thread
From: Doug Kearns @ 2004-11-20 17:21 UTC (permalink / raw)
  To: zsh-workers

This updates javac completion for J2SE 5.0

Regards,
Doug

Index: Completion/Unix/Command/_java
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_java,v
retrieving revision 1.14
diff -u -r1.14 _java
--- Completion/Unix/Command/_java	26 Feb 2004 12:57:21 -0000	1.14
+++ Completion/Unix/Command/_java	20 Nov 2004 17:19:13 -0000
@@ -19,8 +19,8 @@
     '-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
   ;;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-21  7:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-20 17:21 PATCH: javac completion update Doug Kearns

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).