Hi gang, in order to make the Bundles visible in a PDE target platform, one needs to set the SymbolicName of the bundle in the Manifest.
Not sure this is required by the spec, but adding it to the POM would not be a big deal I guess. I jsut discoverde it in the felix dependencymanager, added someting liek Index: pom.xml =================================================================== --- pom.xml (revision 440697) +++ pom.xml (working copy) @@ -39,6 +39,7 @@ <extensions>true</extensions> <configuration> <osgiManifest> + <bundleSymbolicName>org.apache.felix.dependencymanager</bundleSymbolicName> <bundleName>Dependency Manager</bundleName> <bundleVendor>Apache Software Foundation</bundleVendor> <bundleDescription> to get it working. Cheers /peter