1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00

don't delete contents of project if error occurs

This commit is contained in:
David Inglis 2002-09-06 20:16:52 +00:00
parent 368fd2c1ed
commit 5374d486e7

View file

@ -249,7 +249,7 @@ public abstract class CProjectWizard extends BasicNewResourceWizard implements I
MessageDialog.openError(shell, title, message);
CPlugin.log(th);
try {
getProjectHandle().delete(true, true, null);
getProjectHandle().delete(false, false, null);
}
catch (CoreException ignore) {
}