mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Fix for Bug 61332
This commit is contained in:
parent
a19d23361a
commit
02876832bb
1 changed files with 8 additions and 0 deletions
|
@ -308,6 +308,14 @@ public class IndexManager extends JobManager implements IIndexConstants {
|
||||||
project.setSessionProperty(IndexManager.activationKey, indexValue);
|
project.setSessionProperty(IndexManager.activationKey, indexValue);
|
||||||
return indexValue.booleanValue();
|
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) {
|
} catch (CoreException e1) {
|
||||||
// TODO Auto-generated catch block
|
// TODO Auto-generated catch block
|
||||||
e1.printStackTrace();
|
e1.printStackTrace();
|
||||||
|
|
Loading…
Add table
Reference in a new issue