1
0
Fork 0
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:
David Inglis 2003-10-15 15:33:22 +00:00
parent a812ee80f7
commit 90ef3ef63b

View file

@ -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);
}