On Tue, Jun 23, 2009 at 8:35 PM, Andreas Mucha<[email protected]> wrote: > i have the following packaging problem. > I have e.g. the following package structure: > > a.b > SomeInterface.java > SomeBundleActivator.java > > a.b.impl > SomeInterfaceImpl.java > > Based on this i create a bnd file like this: > > Bundle-Version: 1.0.0 > Export-Package: a.b;version=1.0.0 > Bundle-Name: a.b > Bundle-SymbolicName: SomeBundle > Bundle-Activator: a.b.SomeBundleActivator > Bundle-Vendor: AnM
I think you're missing the declaration: Private-Package: a.b.impl Check http://www.nabble.com/Re%3A-Weird-behavior-with-Maven-Bundle-Plugin%2C-classes-not-included-in--bundle-p22473673.html -- Filippo Diotalevi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

