diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2006-02-08 05:51:16 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@gcc.gnu.org> | 2006-02-08 05:51:16 +0000 |
commit | 25e8451eb7687536993eb3eb876a915ae51c63aa (patch) | |
tree | c3270d07d66ce28c3de86bd6a87fcf46de057f2a /fastjar/fastjar.texi | |
parent | 77f6ec058d41a03257db37a1e21c3e95042109f8 (diff) | |
download | gcc-25e8451eb7687536993eb3eb876a915ae51c63aa.zip gcc-25e8451eb7687536993eb3eb876a915ae51c63aa.tar.gz gcc-25e8451eb7687536993eb3eb876a915ae51c63aa.tar.bz2 |
jartool.h (ACTION_INDEX): New macro.
2006-02-08 Thomas Fitzsimmons <fitzsim@redhat.com>
* jartool.h (ACTION_INDEX): New macro.
* jartool.c (main): Handle -i option.
* fastjar.texi (Invoking fastjar): Add description of -i option.
From-SVN: r110739
Diffstat (limited to 'fastjar/fastjar.texi')
-rw-r--r-- | fastjar/fastjar.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fastjar/fastjar.texi b/fastjar/fastjar.texi index a40aa43..d39f4a9 100644 --- a/fastjar/fastjar.texi +++ b/fastjar/fastjar.texi @@ -150,6 +150,10 @@ in the GCC version. @item -M Do not create a manifest file for the entries. +@item -i +Generate an index of the packages in this jar and its Class-Path +(currently a no-op for jar command-line compatibility). + @item -0 Store only; use no ZIP compression. |