Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: update ant completion for version 1.7.1



Index: Completion/Unix/Command/_ant
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ant,v
retrieving revision 1.17
diff -u -r1.17 _ant
--- Completion/Unix/Command/_ant	31 Aug 2008 13:37:27 -0000	1.17
+++ Completion/Unix/Command/_ant	24 Jan 2009 14:55:24 -0000
@@ -1,6 +1,6 @@
 #compdef ant -value-,ANT_ARGS,-default-
 
-# Apache Ant version 1.6.5
+# Apache Ant version 1.7.1
 
 local curcontext="$curcontext" state line expl ret=1
 typeset -A opt_args
@@ -52,6 +52,8 @@
   '-nice[specify a niceness value for the main thread]:niceness value (default 5):({1..10})' \
   '-nouserlib[run ant without using the jar files from ${user.home}/.ant/lib]' \
   '-noclasspath[run ant without using CLASSPATH]' \
+  '-autoproxy[Java1.5+: use the OS proxy settings]' \
+  "-main[override Ant's normal entry point]:class:->class" \
   $target && ret=0
 
 case $state in



Messages sorted by: Reverse Date, Date, Thread, Author