On Feb 1, 2008 5:41 PM, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > 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
Maybe I'm doing something wrong - but the uses are still there but the version number no longer is. Niall > 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 >
