mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
revert last change oops...
This commit is contained in:
parent
9cd42c12c5
commit
0b3617b29c
1 changed files with 1 additions and 1 deletions
|
@ -255,9 +255,9 @@ public class BuildInfoFactory {
|
|||
return;
|
||||
}
|
||||
ICommand builder = MakeProjectNature.getBuildSpec(project, builderID);
|
||||
args.put(name, value);
|
||||
builder.setArguments(args);
|
||||
project.setDescription(project.getDescription(), null);
|
||||
args.put(name, value);
|
||||
}
|
||||
|
||||
public String getString(String name) {
|
||||
|
|
Loading…
Add table
Reference in a new issue