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

Small fix to the discovery

This commit is contained in:
Mikhail Sennikovsky 2007-03-30 14:55:43 +00:00
parent 232528b4b4
commit 627efcaeb6

View file

@ -189,6 +189,7 @@ public class CfgDiscoveredPathManager implements IResourceChangeListener {
return getCachedPathInfo(cInfo);
}
cInfo.fLoadContext.getConfiguration().getRootFolderInfo().setExclude(false);
Map map = baseInfo.getSymbols();
IPath paths[] = baseInfo.getIncludePaths();