Neil,
Hm... it appears to work though. I can list packages with ";" and then add a
qualifier like "resolution" or "version" at the end and start a new list
with a ",".
<Import-Package>
org.junit.*;
org.relaxng.datatype;
resolution:=optional,
ch.vivates.ams.base.domain;
ch.vivates.ams.camel.compoment.uldap;
version=${project.version},
*
</Import-Package>
The above results in a manifest that imports all junit packages and the
relaxng package with resolution:=optional and my own two packages with the
enforced version, plus everything else as it would be generated by default.
Ralf
--
View this message in context:
http://apache-felix.18485.x6.nabble.com/Import-missing-tp5010122p5010131.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]