The Bundle plugin seems to include any properties defined in settings.xml as headers in the generated manifest if the property starts with a capital letter and have more than on letter, e.g.
<A>does not appear</A> <ab>does not appear</ab> <Cd>appears</Cd> <EF>appears</EF> Is there any way to exclude certain properties from appearing in the manifest? [Apart from the obvious, of ensuring that they don't start with a capital letter] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

