Description
I have a manifest file with Manifest-Version already in.
package(:jar).with :manifest => path_to('META-INF/MANIFEST.MF')
The Manifest class reads this file then adds STANDARD_HEADER which also contains Manifest-Version
This causes warning to be spewed to the screen when running junit tests for osgi bundles