result.add(new JavaProjectSourceContainer(targetJavaProj));
}
} else if (runbundle.getType() == TYPE.REPO) {
IPath bundlePath = Central.toPath(runbundle.getFile());
IFile bundleFile = ResourcesPlugin.getWorkspace().getRoot().getFile(bundlePath);
ArchiveSourceContainer tempArchiveCont = new ArchiveSourceContainer(bundleFile, false);
result.add(tempArchiveCont);
}
}
} catch (Exception e) {
logger.logError("Error querying Bnd Dependency source containers.", e);