RFR: Let jar tool print timestamps in default locale date and time in format

2015-03-06 Thread Jacob Wisor
Hello there! I have stumbled upon the jar tool always printing nominally the same date and time for a JarEntry, regardless of the timezone set. Confused by this, I dug into the code only to find out that the zip file format does neither store timezone information nor timestamps in UTC. This ba

RFR [rfc]: Add pl localization to jar tool

2015-03-08 Thread Jacob Wisor
Hello there! I have added pl localization to the JAR tool. More tools are coming! ;-) Regards, Jacob diff -r bb808c61d677 src/share/classes/sun/tools/jar/resources/jar_pl.properties --- /dev/null +++ b/src/share/classes/sun/tools/jar/resources/jar_pl.properties @@ -0,0 +1,73 @@ +# +# Copyright

RFR: Add de and pl localizations to native2ascii tool

2015-03-08 Thread Jacob Wisor
Hello there! I have added de and pl localizations to the native2ascii tool. And, I have migrated the other existing localizations to property file resource bundles, just like in the other tools. Regards, Jacob diff -r bb808c61d677 src/share/classes/sun/tools/native2ascii/Main.java --- a/src/