MANIFEST.MF not preserved
Java class file shrinker, optimizer, obfuscator, and preverifier
Brought to you by:
guardsquare
After running example (V1.5)
java -jar proguard.jar @proguard.pro
generated proguard_out.jar but the Manifest file truncated
(empty) in proguard_out.jar
after extracting and chaging manifest file I have seen
the same problem mentioned in "619564 : Obfuscated
classes lost under Win32... due to filesystem case-
insensitive"
Logged In: YES
user_id=555208
The java.util.zip classes don't seem to write out the Main-Class
attribute if the Version-Info attribute is missing. I've
updated the
manifest file of ProGuard to include this attribute, so the
manifest
file of the processed copy of ProGuard comes out fine too.