1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00

Fix for Bug 61332

This commit is contained in:
Bogdan Gheorghe 2004-05-06 23:21:22 +00:00
parent a19d23361a
commit 02876832bb

View file

@ -308,6 +308,14 @@ public class IndexManager extends JobManager implements IIndexConstants {
project.setSessionProperty(IndexManager.activationKey, indexValue);
return indexValue.booleanValue();
}
// TODO: Indexer Block Place holder for Managed Make - take out
indexValue = new Boolean(true);
project.setSessionProperty(IndexManager.activationKey, indexValue);
return indexValue.booleanValue();
} catch (CoreException e1) {
// TODO Auto-generated catch block
e1.printStackTrace();