mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
since platform bug is fixed we can revert some changes
This commit is contained in:
parent
a5b6d849f2
commit
89bbf55f97
1 changed files with 1 additions and 4 deletions
|
@ -332,10 +332,7 @@ public class BuildInfoFactory {
|
||||||
IProjectDescription description = project.getDescription();
|
IProjectDescription description = project.getDescription();
|
||||||
ICommand builder = MakeProjectNature.getBuildSpec(description, builderID);
|
ICommand builder = MakeProjectNature.getBuildSpec(description, builderID);
|
||||||
args.put(name, value);
|
args.put(name, value);
|
||||||
ICommand newBuilder = description.newCommand();
|
builder.setArguments(args);
|
||||||
newBuilder.setBuilderName(builder.getBuilderName());
|
|
||||||
newBuilder.setArguments(args);
|
|
||||||
description = MakeProjectNature.setBuildSpec(description, newBuilder);
|
|
||||||
project.setDescription(description, null);
|
project.setDescription(description, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue