I need to add an attribute to MANIFEST.MF with an empty value. This doesn't work:
Foo-Attrib:
java.util.jar.Manifest
can't load such a file and throws an exception. What is a possible workaround?
I need to add an attribute to MANIFEST.MF with an empty value. This doesn't work:
Foo-Attrib:
java.util.jar.Manifest
can't load such a file and throws an exception. What is a possible workaround?