{
put(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, VerifierService.EE_1_6);
put(Constants.FRAMEWORK_OS_NAME, "macosx");
put(Constants.FRAMEWORK_OS_VERSION, "10.5");
}
}, new VerifyReporter() {
public void reportWire(BundleRevision importer,
BundleRequirement reqirement, BundleRevision exporter,
BundleCapability capability) {
System.out.println("WIRE: " + importer + " - " + reqirement + " - " + capability + " -> " + exporter);