protected Bundle installBundle( final String pid, final Class<?> activatorClass, final String location )
throws BundleException
{
final String activatorClassName = activatorClass.getName();
final InputStream bundleStream = new MyTinyBundle()
.prepare(
TinyBundles.withBnd()
.set( Constants.BUNDLE_SYMBOLICNAME, activatorClassName )
.set( Constants.BUNDLE_VERSION, "0.0.11" )
.set( Constants.IMPORT_PACKAGE, "org.apache.felix.cm.integration.helper" )