From 198cca7aa68c3d73f41cea3d673fc07e0009c7b2 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 26 Feb 2003 13:06:06 +0000 Subject: [PATCH] Only register ProcessDestroyer when needed (and unregister it when no longer needed). PR: 17216 Submitted by: James Allers git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274187 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 + .../tools/ant/taskdefs/ProcessDestroyer.java | 141 +++++++++++++++--- 2 files changed, 125 insertions(+), 18 deletions(-) diff --git a/build.xml b/build.xml index 4dc160a01..5704091ed 100644 --- a/build.xml +++ b/build.xml @@ -1608,6 +1608,8 @@ unless="tests.and.ant.share.classloader"/> +