a.putValue(Constants.BUNDLE_NAME, "Papoose OSGi R4 System Bundle");
a.putValue(Constants.BUNDLE_SYMBOLICNAME, getBundleSymbolicName());
a.putValue(Constants.BUNDLE_VENDOR, p.getProperty(PapooseConstants.PAPOOSE_VENDOR));
a.putValue(Constants.BUNDLE_VERSION, version.toString());
attributes = new AttributesWrapper(a);
}