}
private void computeOsgiWiringBundleCapability() {
// TODO The osgi.wiring.bundle capability should not be provided for fragments. Nor should the host capability.
BundleSymbolicNameHeader bsnh = (BundleSymbolicNameHeader)manifest.getHeader(BundleSymbolicNameHeader.NAME);
BundleVersionHeader bvh = (BundleVersionHeader)manifest.getHeader(BundleVersionHeader.NAME);
capabilities.add(new ProvideBundleCapability(bsnh, bvh, this));
}