1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

register created project for cleanup

This commit is contained in:
Andrew Gvozdev 2010-03-28 02:01:49 +00:00
parent 870cd436e9
commit 908de317bd

View file

@ -205,6 +205,7 @@ public class ResourceHelper {
if (!project.isOpen())
project.open(NULL_MONITOR);
resourcesCreated.add(project);
return project;
}