File tree 2 files changed +1
-3
lines changed
org.eclipse.ant.core/src_ant/org/eclipse/ant/internal/core/ant
org.eclipse.ant.launching/lib
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2000, 2022 IBM Corporation and others.
2
+ * Copyright (c) 2000, 2024 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
@@ -708,8 +708,6 @@ private void run(List<String> argList) {
708
708
printArguments (getCurrentProject ());
709
709
}
710
710
if (IS_SECURITY_MANAGER_SUPPORTED ) {
711
- // TODO: call SecurityManagerUtil.isSecurityManagerAllowed() once it's more fine-grained,
712
- // i.e. once https://github.com/apache/ant/pull/216 is available.
713
711
System .setSecurityManager (new AntSecurityManager (originalSM , Thread .currentThread ()));
714
712
}
715
713
if (targets == null ) {
You can’t perform that action at this time.
0 commit comments