1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

fixed project update problem

This commit is contained in:
David Inglis 2004-06-02 13:38:44 +00:00
parent cab2547573
commit 4b91e1e317

View file

@ -333,6 +333,7 @@ public class BuildInfoFactory {
ICommand builder = MakeProjectNature.getBuildSpec(description, builderID);
args.put(name, value);
builder.setArguments(args);
MakeProjectNature.setBuildSpec(description, builder);
project.setDescription(description, null);
}