1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 13:25:45 +02:00
This commit is contained in:
Alain Magloire 2002-11-22 01:58:28 +00:00
parent 005c6ad956
commit b189ce7272

View file

@ -1,3 +1,11 @@
2002-11-21 Judy N. Green
* src/org/eclipse/cdt/launch/AbstractCLaunchDelegate.java (verifyCProject):
If we cannot get the ICProject with the config, we get the project
and see if it exists and/or it is closed. The appropriate error is now
displayed, rather than reporting that the project does not exist when it
does exist, but is closed.
2002-11-14 Thomas Fletcher
* src/.../launch/ui/CMainTab.java
Updated error condition to catch closed projects.