diff --git a/ant/org.eclipse.ant.core/src_ant/org/eclipse/ant/internal/core/ant/InternalAntRunner.java b/ant/org.eclipse.ant.core/src_ant/org/eclipse/ant/internal/core/ant/InternalAntRunner.java index 9f24bc20c46..9e49ef1fcf3 100644 --- a/ant/org.eclipse.ant.core/src_ant/org/eclipse/ant/internal/core/ant/InternalAntRunner.java +++ b/ant/org.eclipse.ant.core/src_ant/org/eclipse/ant/internal/core/ant/InternalAntRunner.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2022 IBM Corporation and others. + * Copyright (c) 2000, 2024 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -708,8 +708,6 @@ private void run(List argList) { printArguments(getCurrentProject()); } if (IS_SECURITY_MANAGER_SUPPORTED) { - // TODO: call SecurityManagerUtil.isSecurityManagerAllowed() once it's more fine-grained, - // i.e. once https://github.com/apache/ant/pull/216 is available. System.setSecurityManager(new AntSecurityManager(originalSM, Thread.currentThread())); } if (targets == null) { diff --git a/ant/org.eclipse.ant.launching/lib/remote.jar b/ant/org.eclipse.ant.launching/lib/remote.jar index 3eba1edc0d5..17f944ba34c 100644 Binary files a/ant/org.eclipse.ant.launching/lib/remote.jar and b/ant/org.eclipse.ant.launching/lib/remote.jar differ