mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00
Bug #181490: parallel build option reset
This commit is contained in:
parent
61c00b3d3b
commit
30060e8e7d
1 changed files with 2 additions and 2 deletions
|
@ -807,7 +807,7 @@ public class Builder extends BuildObject implements IBuilder, IMatchKeyProvider
|
|||
if(parallelNum != null)
|
||||
element.setAttribute(ATTRIBUTE_PARALLELIZATION_NUMBER, parallelNum.toString());
|
||||
if(parallelBuildOn != null)
|
||||
element.setAttribute(ATTRIBUTE_MANAGED_BUILD_ON, parallelBuildOn.toString());
|
||||
element.setAttribute(ATTRIBUTE_PARALLEL_BUILD_ON, parallelBuildOn.toString());
|
||||
// Note: build file generator cannot be specified in a project file because
|
||||
// an IConfigurationElement is needed to load it!
|
||||
if (buildFileGeneratorElement != null) {
|
||||
|
@ -1331,7 +1331,7 @@ public class Builder extends BuildObject implements IBuilder, IMatchKeyProvider
|
|||
|
||||
public void checkForMigrationSupport() {
|
||||
|
||||
String tmpId = null;
|
||||
// String tmpId = null;
|
||||
boolean isExists = false;
|
||||
|
||||
if (getSuperClass() == null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue