.attribute(Constants.BUNDLE_SYMBOLICNAME, "aa" + n)
.attribute(Constants.BUNDLE_MANIFESTVERSION, "2")
.attribute(Constants.IMPORT_PACKAGE, "a.b.c, p.q.r, x.y.z, javax.naming")
.attribute(Constants.BUNDLE_VERSION, "1.0.0").end();
FileOutputStream fout = new FileOutputStream(new File (tmpDir.getAbsoluteFile(), "aa" + n + ((n == 0)? ".jar": ".war")));
bundle.writeOut(fout);
fout.close();
}
File subDir = new File(tmpDir, "subDir");
subDir.mkdirs();
for (int n =0; n< 2; n++) {