From: whatnick <ti...@el...> - 2011-05-24 12:48:13
|
The Bnd tool will probably not work as expected but there is a short hack description on this page for split packages: http://blog.athico.com/2010/01/drools-osgi-ready.html <configuration> <manifestLocation>META-INF</manifestLocation> <instructions> <_removeheaders>Ignore-Package</_removeheaders> <Require-Bundle>org.drools.api;visibility:=reexport;bundle-version="${pom.version}"</Require-Bundle> <Import-Package>!org.drools.*, *</Import-Package> <Export-Package>org.drools.*</Export-Package> <DynamicImport-Package>*</DynamicImport-Package> <Bundle-Activator>org.drools.osgi.core.Activator</Bundle-Activator> </instructions> </configuration> We may have to build proxy bundles to aggrgate and reexpose the split packages. Cheers, whatnick. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/OSGi-first-simple-example-with-referencing-factories-working-tp6392239p6398392.html Sent from the geotools-devel mailing list archive at Nabble.com. |