Stuart McCulloch wrote:
FYI, the approach used in Pax-Construct is to unpack the embedded dependencies 
under the target folder, and then refactor the bundle manifest when it's copied 
to the project root, so the Bundle-ClassPath points to the right jarfiles in 
Eclipse/PDE

For example:

   Bundle-ClassPath: .,kxml2-2.2.2.jar

is transformed (in the Eclipse/PDE generated manifest) to:

   Bundle-ClassPath: .,target/pax-eclipse,target/pax-eclipse/kxml2-2.2.2.jar

You can try this out by downloading the scripts...
Stuart, out of curiosity, why didn't you provide Maven archetype and plugin with additional goals instead of creating proprietary scripts that require manual install?

 regards,
 Eugene



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to