On 11/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > i forgot to reset <Private-Package>*</Private-Package>. this way > depedency got included twice. > > hence using <Embed-Dependency> does not influence <Private-Package> > property.
that's correct: Embed-Dependency is merely a way to dynamically generate the relevant Include-Resource and Bundle-ClassPath entries to pass to Bnd so it can embed maven jar artifacts inside a bundle. ( the reason it's done this way instead of inside Bnd is because the Bnd tool has no knowledge of maven dependencies... in fact it can be used with ant and even as an eclipse plugin ) -- > manuel aldana > [EMAIL PROTECTED] > homepage: www.aldana-online.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Cheers, Stuart

