Dynamic Import with Bundle plugin!

2008-09-25 Thread Patrick Shea
I don't see how to add the DynamicImport-Package manifest entry using the bundle plugin? Patrick

Re: Dynamic Import with Bundle plugin!

2008-09-25 Thread Richard S. Hall
All capitalized instructions are just passed through to the manifest, so just add: org.foo.* To the plugin instructions, for example. -> richard Patrick Shea wrote: I don't see how to add the DynamicImport-Package manifest entry using the bundle plugin? Patrick

Re: Dynamic Import with Bundle plugin!

2008-09-25 Thread Stuart McCulloch
2008/9/26 Patrick Shea <[EMAIL PROTECTED]> > I don't see how to add the DynamicImport-Package manifest entry using the > bundle plugin? > just add: * to the instructions, for a real-world example see: http://svn.apache.org/repos/asf/felix/trunk/org.osgi.compendium/pom.xml any upper-case t