PR cp-tools/39177 * tools/gnu/classpath/tools/jar/Creator.java

2009-10-22  Richard Guenther  <rguenther@suse.de>

        PR cp-tools/39177 * tools/gnu/classpath/tools/jar/Creator.java
        (writeCommandLineEntries):
        Do not use uninitialized manifest.
        * tools/classes/gnu/classpath/tools/jar/Creator.class: Re-generated.

From-SVN: r153461
This commit is contained in:
Richard Guenther
2009-10-22 15:41:32 +00:00
committed by Richard Biener
parent 2c9281556f
commit 78e3343044
3 changed files with 14 additions and 4 deletions
+7
View File
@@ -1,3 +1,10 @@
2009-10-22 Richard Guenther <rguenther@suse.de>
PR cp-tools/39177
* tools/gnu/classpath/tools/jar/Creator.java (writeCommandLineEntries):
Do not use uninitialized manifest.
* tools/classes/gnu/classpath/tools/jar/Creator.class: Re-generated.
2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
* ltmain.sh (removedotparts): Don't use comma as 's' separator.