Community
Participate
Working Groups
assertResourceFile(f1, "feature.temp.folder/plugins/P1_1.0.0/@dot.bin.log");
assertResourceFile(f1, "feature.temp.folder/plugins/P2_1.0.0/@dot.bin.log");
}
public void testBug252711() throws Exception {
IFolder buildFolder = newTest("252711");
IFolder aBinary = Utils.createFolder(buildFolder, "base/plugins/a_2.0.0");
Utils.generateBundleManifest(aBinary, "a; singleton:=true", "2.0.0", null);
IFolder aSource = Utils.createFolder(buildFolder, "plugins/a");
Utils.generateBundle(aSource, "a; singleton:=true");
Utils.generateFeature(buildFolder, "f", null, new String[] {"a;version=\"1.0.0\""});
Properties buildProperties = BuildConfiguration.getScriptGenerationProperties(buildFolder, "feature", "f");
buildProperties.put("baseLocation", buildFolder.getFolder("base").getLocation().toOSString());
generateScripts(buildFolder, buildProperties);