diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-31 17:06:33 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-31 17:06:33 +0000 |
commit | 622de01c7f685ec445cef36e57fafa6bfa3d61c0 (patch) | |
tree | 15a8468955f090259e4c4755c3d596de8491195a /libjava/classpath/resource | |
parent | b4e8ab0c6a2c824cacbbb668321232fbc84b5bd4 (diff) | |
download | gcc-622de01c7f685ec445cef36e57fafa6bfa3d61c0.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121424 138bc75d-0d04-0410-961f-82ee72b054a4
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 e589a210ffc..a456fe2438d 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 |