Map<String, String> attr = new HashMap<String, String>();
attr.put(DIRECTIVE_ISCUSTOMIZER, "true");
RESOURCEPROCESSOR1 = generateBundle(FileUtils.createTempFile(m_tempDirectory), attr, "Autoconf", "1.0.0", null);
attr = new HashMap<String, String>();
attr.put(DIRECTIVE_KEY_PROCESSORID, "my.processor.pid");
ARTIFACT1 = new ArtifactDataImpl(FileUtils.createTempFile(m_tempDirectory).toURI().toURL(), attr, false);
attr = new HashMap<String, String>();
attr.put(DIRECTIVE_KEY_PROCESSORID, "my.processor.pid");
attr.put(DIRECTIVE_KEY_RESOURCE_ID, "Artifact2");
ARTIFACT2 = new ArtifactDataImpl(FileUtils.createTempFile(m_tempDirectory).toURI().toURL(), attr, false);
}