1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Automatically update the list of source locations when the list of the referenced projects is modified.

This commit is contained in:
Mikhail Khodjaiants 2003-07-17 20:56:13 +00:00
parent 0642ccd81b
commit ef2a5f83f2

View file

@ -89,6 +89,7 @@ public class CSourceLocator implements ICSourceLocator, IPersistableSourceLocato
{
setProject( project );
setReferencedProjects();
setSourceLocations( getDefaultSourceLocations() );
}
/* (non-Javadoc)