libProject.getFolder("src").create(true, true, null);
IProject project = createAndOpenDeeProject(DUB_TEST, true).getProject();
project.getFolder("source").create(true, true, null);
DubBundle mainBundle = new DubBundle(bpath(project), "dub_test", null,
"~master", array("source"), CommonDubTest.paths("source"),
null,
array(new DubBundle.DubDependecyRef("dub_lib", null)),
null, null);
DubBundle[] bundleDeps = array(new DubBundle(bpath(libProject), "dub_lib", null,
"~master", array("src"), CommonDubTest.paths("src"),
null,
null,
null, null));