I'm checking this in.

I had a silly bug in my localization patches.  All the MessageFormat
indices were off by one.  Oops, quite careless of me :(

Tom

2006-05-15  Tom Tromey  <[EMAIL PROTECTED]>

        * resource/gnu/classpath/tools/jar/messages.properties: Fixed
        argument indices.
        * resource/gnu/classpath/tools/getopt/Messages.properties: Fixed
        argument indices.

Index: resource/gnu/classpath/tools/getopt/Messages.properties
===================================================================
RCS file: 
/cvsroot/classpath/classpath/resource/gnu/classpath/tools/getopt/Messages.properties,v
retrieving revision 1.1
diff -u -r1.1 Messages.properties
--- resource/gnu/classpath/tools/getopt/Messages.properties     15 May 2006 
15:56:44 -0000      1.1
+++ resource/gnu/classpath/tools/getopt/Messages.properties     15 May 2006 
16:58:21 -0000
@@ -40,10 +40,10 @@
 Parser.PrintVersion=print version number, then exit
 Parser.JArgument=pass argument to the Java runtime
 Parser.JName=OPTION
-Parser.ArgReqd=option ''{1}'' requires an argument
-Parser.Unrecognized=unrecognized option ''{1}''
-Parser.NoArg=option ''{1}'' doesn''t allow an argument
-Parser.UnrecDash=unrecognized option ''-{1}''
-Parser.TryHelpShort=Try ''{1} -help'' for more information
-Parser.TryHelpLong=Try ''{1} --help'' for more information
-ClasspathToolParser.VersionFormat={1} (GNU Classpath) {2}\n\nCopyright 2006 
Free Software Foundation, Inc.\nThis is free software; see the source for 
copying conditions.  There is NO\nwarranty; not even for MERCHANTABILITY or 
FITNESS FOR A PARTICULAR PURPOSE.
+Parser.ArgReqd=option ''{0}'' requires an argument
+Parser.Unrecognized=unrecognized option ''{0}''
+Parser.NoArg=option ''{0}'' doesn''t allow an argument
+Parser.UnrecDash=unrecognized option ''-{0}''
+Parser.TryHelpShort=Try ''{0} -help'' for more information
+Parser.TryHelpLong=Try ''{0} --help'' for more information
+ClasspathToolParser.VersionFormat={0} (GNU Classpath) {1}\n\nCopyright 2006 
Free Software Foundation, Inc.\nThis is free software; see the source for 
copying conditions.  There is NO\nwarranty; not even for MERCHANTABILITY or 
FITNESS FOR A PARTICULAR PURPOSE.
Index: resource/gnu/classpath/tools/jar/messages.properties
===================================================================
RCS file: 
/cvsroot/classpath/classpath/resource/gnu/classpath/tools/jar/messages.properties,v
retrieving revision 1.1
diff -u -r1.1 messages.properties
--- resource/gnu/classpath/tools/jar/messages.properties        15 May 2006 
16:23:47 -0000      1.1
+++ resource/gnu/classpath/tools/jar/messages.properties        15 May 2006 
16:58:21 -0000
@@ -35,13 +35,13 @@
 # obligated to do so.  If you do not wish to do so, delete this
 # exception statement from your version.
 
-Creator.Ignoring=ignoring entry {1}
-Creator.Adding=adding: {1} (in={2,number,integer}) (out={3,number,integer}) 
(stored {4,number,integer}%)
-Extractor.Created=\ \ created: {1}
-Extractor.Extracted=\ extracted: {1}
-Extractor.Inflated=\ \ inflated: {1}
-Indexer.Indexing=indexing: {1}
-Main.ArchiveAlreadySet=archive file name already set to {1}
+Creator.Ignoring=ignoring entry {0}
+Creator.Adding=adding: {0} (in={1,number,integer}) (out={2,number,integer}) 
(stored {3,number,integer}%)
+Extractor.Created=\ \ created: {0}
+Extractor.Extracted=\ extracted: {0}
+Extractor.Inflated=\ \ inflated: {0}
+Indexer.Indexing=indexing: {0}
+Main.ArchiveAlreadySet=archive file name already set to {0}
 Main.ModeAlreaySet=operation mode already specified
 Main.MustSpecify=must specify one of -t, -c, -u, -x, or -i
 Main.TwoArgsReqd=-C argument requires both directory and filename

Reply via email to