mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
don't set container
This commit is contained in:
parent
a812ee80f7
commit
90ef3ef63b
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ public class AddBuildTargetAction extends Action {
|
|||
String[] ids = manager.getTargetBuilders(file.getProject());
|
||||
if (ids.length > 0) {
|
||||
target = manager.createTarget(file.getProject(), name, ids[0]);
|
||||
target.setContainer(file.getParent());
|
||||
target.setBuildTarget(name);
|
||||
manager.addTarget(file.getParent(), target);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue