1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-14 03:35:37 +02:00

Commit for Leo Treggiari:

Fix for bugzilla 78047 -- Build all results in a 'clean all''
This commit is contained in:
Sean Evoy 2004-11-08 21:10:26 +00:00
parent b7c36f5113
commit 486c5d2c70

View file

@ -863,7 +863,9 @@ public class ManagedBuildInfo implements IManagedBuildInfo, IScannerInfo {
rebuildNeeded = rebuild;
// TODO: Is the appropriate? Should the rebuild state be stored in the project file?
// and in the managed project
//managedProject.setRebuildNeeded(rebuild);
if (getDefaultConfiguration() != null) {
getDefaultConfiguration().setRebuildState(rebuild);
}
}
/**