Skip to content

Commit

Permalink
[ANT] Remove obsolete comments and update ant.launching/remote.jar
Browse files Browse the repository at this point in the history
Follow-up on
- #1655
- #1662
  • Loading branch information
HannesWell committed Dec 18, 2024
1 parent ca5ed8a commit ae08158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -708,8 +708,6 @@ private void run(List<String> 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) {
Expand Down
Binary file modified ant/org.eclipse.ant.launching/lib/remote.jar
Binary file not shown.

0 comments on commit ae08158

Please sign in to comment.