diff options
author | Tom Tromey <tromey@redhat.com> | 2007-01-31 17:05:34 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2007-01-31 17:05:34 +0000 |
commit | 03c2aada415dea936e1dd4a7cff252a5f7423e71 (patch) | |
tree | e286fcd0b89ac1320839d27443000b136f928a8d /resource | |
parent | ce44fd80cd3222dce88948e39b3e7afbb6935c52 (diff) | |
download | classpath-03c2aada415dea936e1dd4a7cff252a5f7423e71.tar.gz |
* resource/gnu/classpath/tools/jar/messages.properties
(Main.Stdin): New message.
* tools/gnu/classpath/tools/jar/Main.java (initializeParser): Add
'-@' option.
(readNames): New method.
(run): Use it.
Diffstat (limited to 'resource')
-rw-r--r-- | resource/gnu/classpath/tools/jar/messages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resource/gnu/classpath/tools/jar/messages.properties b/resource/gnu/classpath/tools/jar/messages.properties index e589a210f..a456fe243 100644 --- a/resource/gnu/classpath/tools/jar/messages.properties +++ b/resource/gnu/classpath/tools/jar/messages.properties @@ -69,3 +69,4 @@ Main.FileNameGroup=File name selection Main.ChangeDir=change to directory before the next file Main.ChangeDirArg=DIR FILE Main.InternalError=jar: internal error: +Main.Stdin=Read file names from stdin |