ZipFixture testEba2 = testEba.binary("META-INF/APPLICATION.MF",
IsolatedRuntimeTest.class.getClassLoader().getResourceAsStream("isolated/APPLICATION.MF"))
.end();
fout = new FileOutputStream("test2.eba");
testEba2.writeOut(fout);
fout.close();
ZipFixture sampleJar2 = ArchiveFixture.newJar()
.manifest().symbolicName("org.apache.aries.isolated.sample")
.attribute("Bundle-Version", "2.0.0")