buildr always adds 'Manifest-Version' to generated manifest file
-----------------------------------------------------------------
Key: BUILDR-194
URL: https://issues.apache.org/jira/browse/BUILDR-194
Project: Buildr
Issue Type: Bug
Components: Packaging
Affects Versions: 1.3.2
Reporter: Ittay Dror
Priority: Minor
Fix For: 1.3.4
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.