On Thu, Sep 9, 2010 at 5:16 AM, Craig L Russell <craig.russ...@oracle.com>wrote:
> Hi Les, > > Take a look at the plugins that make jars into OSGi jars just by a bit of > metadata. > > I've no objection if you add stuff like: > > <plugin> > <groupId>org.apache.felix</groupId> > <artifactId>maven-bundle-plugin</artifactId> > <version>1.4.0</version> > <extensions>true</extensions> > <configuration> > <instructions> > <Export-Package>com.mysql.clusterj.tie.*</Export-Package> > > > <Import-Package>com.mysql.clusterj,com.mysql.clusterj.core.store,com.mysql.clusterj.core.query,com.mysql.clusterj.core.util,com.mysql.ndbjtie.mysql,com.mysql.ndbjtie.ndbapi</Import-Package> > </instructions> > </configuration> > </plugin> > > It's no bother to anyone not using OSGi and a huge help to people using it. > > Plus, it increases the use of "Apache uses Apache". > > +1 thanks for this guys. -- Alex Karasulu My Blog :: http://www.jroller.com/akarasulu/ Apache Directory Server :: http://directory.apache.org Apache MINA :: http://mina.apache.org To set up a meeting with me: http://tungle.me/AlexKarasulu