Hi folks,

I've deployed a new 1.2.1-SNAPSHOT of the bundleplugin with Peter's improved
"uses:" support...

 1)  generated "uses:" clause no longer include implementation packages

 2)  you can now turn off all the generated "uses:" clause with:

            <_nouses>true</_nouses>

      ( or -nouses: true if you use a Bnd properties file )

 3)  or you can add your own customized "uses:" clause to your
Export-Package:

            com.acme.impl.*;uses="my.special.import"

      as well as mix customized and generated "uses:" like so:

            com.acme.impl.*;uses="my.special.import,<<USES>>"

Enjoy :)

-- 
Cheers, Stuart

Reply via email to