diff options
author | Tom Tromey <tromey@redhat.com> | 2007-01-31 17:06:33 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-01-31 17:06:33 +0000 |
commit | 8de15ffc9d9c4526bccc9f594edc8d8fdc57f83a (patch) | |
tree | 15a8468955f090259e4c4755c3d596de8491195a /libjava/classpath/resource | |
parent | 4fc784235047bf77dc7b8b05820ac8a596ea4142 (diff) | |
download | gcc-8de15ffc9d9c4526bccc9f594edc8d8fdc57f83a.zip gcc-8de15ffc9d9c4526bccc9f594edc8d8fdc57f83a.tar.gz gcc-8de15ffc9d9c4526bccc9f594edc8d8fdc57f83a.tar.bz2 |
* 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.
From-SVN: r121424
Diffstat (limited to 'libjava/classpath/resource')
-rw-r--r-- | libjava/classpath/resource/gnu/classpath/tools/jar/messages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/classpath/resource/gnu/classpath/tools/jar/messages.properties b/libjava/classpath/resource/gnu/classpath/tools/jar/messages.properties index e589a21..a456fe2 100644 --- a/libjava/classpath/resource/gnu/classpath/tools/jar/messages.properties +++ b/libjava/classpath/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 |