return new LinkedList<FrameworkLibrary>();
}
public IFramework resolveFramework() {
IPath buildPath = this.project.getLocation().append("build");
AbstractFolderFramework pathFramework = new EclipsePathFramework(new EclipseFolderRoot(Root.PROJECT_ROOT, "Built Project Framework", buildPath.toFile(), buildPath.toFile()), buildPath.append(getName() + ".framework").toFile());
return pathFramework;
}