Author: bodewig
Date: Wed Aug 20 08:16:47 2008
New Revision: 687371
URL: http://svn.apache.org/viewvc?rev=687371&view=rev
Log:
explain build.sysclasspath only once. PR 39338
Modified:
ant/core/trunk/docs/manual/running.html
Modified: ant/core/trunk/docs/manual/running.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/running.html?rev=687371&r1=687370&r2=687371&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/running.html (original)
+++ ant/core/trunk/docs/manual/running.html Wed Aug 20 08:16:47 2008
@@ -403,13 +403,9 @@
</tr>
<tr>
<td><code>build.sysclasspath</code></td>
- <td>"only", something else</td>
- <td>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).
- <!-- somewhere documented in the manual?? -->
+ <td>see <a href="sysclasspath.html">its dedicated page</a>, no
+ default value</td>
+ <td>see <a href="sysclasspath.html">its dedicated page</a></td>
</td>
</tr>
<tr>