A Java program that normalizes manifests, in particular headers of OSGi-Bundles.
Attributes are written in a standard order.
Known attribute names are written in standard form.
Comma-separated lists are written one entry per line
and sorted where appropriate, to simplify comparison and merging.
This program is free too use and comes without warranty of any kind.
It is available with complete source under the GPL license
in a GIT repository at
http://www.jstuber.net/git/normalize-manifest.git
.
To get it run
git clone http://www.jstuber.net/git/normalize-manifest.git
More later.