mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +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;
|
return;
|
||||||
}
|
}
|
||||||
ICommand builder = MakeProjectNature.getBuildSpec(project, builderID);
|
ICommand builder = MakeProjectNature.getBuildSpec(project, builderID);
|
||||||
|
args.put(name, value);
|
||||||
builder.setArguments(args);
|
builder.setArguments(args);
|
||||||
project.setDescription(project.getDescription(), null);
|
project.setDescription(project.getDescription(), null);
|
||||||
args.put(name, value);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getString(String name) {
|
public String getString(String name) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue