<Export-Package>*;version=1.0;-split-package:=merge-first</Export-Package>

On Sat, Oct 17, 2009 at 11:06 AM, Gogu Nae <[email protected]> wrote:

> Hi, I'm exporting all the packages in a bundle that contains other non osgi
> jars.
> In my pom.xml I have dependencies like this
>
>     <dependency>
>         <groupId>javax.jws</groupId>
>         <artifactId>jsr181-api</artifactId>
>         <version>1.0</version>
>     </dependency>
>
> My export config looks like this
>
> <Export-Package>*;-split-package:=merge-first</Export-Package>
>
> How can I configure it to obtain something like this
>
> Export-Package:javax.jws;version=1.0
>
> Now I get the package exported with version 0.0.0
>
> Tahnk you!
>
>
>
>




-- 
Alin Dreghiciu
Software Developer
My profile: http://www.linkedin.com/in/alindreghiciu
My blog: http://adreghiciu.blogspot.com
http://www.ops4j.org - New Energy for OSS Communities - Open Participation
Software.
http://www.qi4j.org - New Energy for Java - Domain Driven Development.

Reply via email to