From db76442a872429c953236bd13ae59e4a51b10996 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 20 Aug 2008 15:16:47 +0000 Subject: [PATCH] explain build.sysclasspath only once. PR 39338 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@687371 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/running.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/manual/running.html b/docs/manual/running.html index 59d94ae2c..49b59f3bf 100644 --- a/docs/manual/running.html +++ b/docs/manual/running.html @@ -403,13 +403,9 @@ org.apache.tools.ant.Executor implementation specified here. build.sysclasspath - "only", something else - only: current threads get the actual class loader - (AntClassLoader.setThreadContextLoader()). - else: use core loader as default (ComponentHelper.initTasks()). Disable - changing the classloader (oata.taskdefs.Classloader.execute() experimental - task). - + see its dedicated page, no + default value + see its dedicated page