CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Raif S. Naffah <[EMAIL PROTECTED]>      06/05/13 00:34:57

Modified files:
        .              : ChangeLog 
        tools/gnu/classpath/tools/jarsigner: Main.java JarSigner.java 
        resource/gnu/classpath/tools/jarsigner: MessageBundle.properties 
        tools          : Makefile.am 
Removed files:
        tools/gnu/classpath/tools/jarsigner: jarsigner.txt 

Log message:
        2006-05-13  Raif S. Naffah  <[EMAIL PROTECTED]>
        
        * resource/gnu/classpath/tools/jarsigner/MessageBundle.properties:
        Added help text.
        * tools/Makefile.am (JARSIGNER_HELPS): Removed.
        * tools/gnu/classpath/tools/jarsigner/jarsigner.txt: Removed.
        * tools/gnu/classpath/tools/jarsigner/Main.java:
        Increased visibility of fields used by parser anonymous classes.
        (HELP_PATH): Removed.
        (cmdLineParser): New field.
        (main): Handle JVM exit status.
        Handle command line parsing exceptions.
        (processArgs): Use getopt command line parser.
        (getParser): New method.
        (setupCommonParams): Removed checks now handled by processArgs().
        (setupSigningParams): Likewise.
        * tools/gnu/classpath/tools/jarsigner/JarSigner.java (start):
        Reuse an existing message-bundle constant.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7384&tr2=1.7385&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/jarsigner/Main.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/gnu/classpath/tools/jarsigner/JarSigner.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/resource/gnu/classpath/tools/jarsigner/MessageBundle.properties.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/tools/Makefile.am.diff?tr1=1.13&tr2=1.14&r1=text&r2=text


Reply via email to