1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

Fix test cleanup, related to bug 269023

This commit is contained in:
Anton Leherbauer 2009-06-05 10:05:20 +00:00
parent 685ff524d3
commit 987834fc90

View file

@ -111,6 +111,7 @@ public class ResourceHelper {
IWorkspace workspace = ResourcesPlugin.getWorkspace();
IWorkspaceRoot root = workspace.getRoot();
IProject project = root.getProject(projectName);
resourcesCreated.add(project);
IProjectDescription description = workspace.newProjectDescription(projectName);
description.setLocationURI(locationURI);
project = CCorePlugin.getDefault().createCDTProject(description, project, NULL_MONITOR);