From what Peter says, it doesn't sound like this is easily possible:
This is not possible ... The bnd file == the manifest. You can't have the
definition in two places. So or you use the PDE where the manifest describes
your classpath (together with Eclipse magic), and then no bnd. Or you use the
JDE with bnd ...
-> richard
Hampel, Michael wrote:
Hello,
I have a question regarding the maven-bundle plugin and MANIFEST
generation.
Is it possible to generate the manifest also additionally outside of the
resulting jar or is it
possible to work with an existing MANIFEST file like in the maven-osgi
plugin?
When developing in eclipse I need a MANIFEST file to run my bundle
within the eclipse
OSGi runtime and I don't want to have two different MANIFEST files. Also
I want
to have the possibility to change the MANIFEST file.
Thank's in advance for any help,
Michael