Browse Source

Remove EXPERIMENTAL disclaimers, we want people to try the stuff, not scare them away 8-)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275477 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
93110a0083
5 changed files with 4 additions and 12 deletions
  1. +1
    -1
      docs/manual/CoreTasks/macrodef.html
  2. +1
    -1
      docs/manual/CoreTasks/presetdef.html
  3. +1
    -2
      docs/manual/CoreTasks/typedef.html
  4. +0
    -7
      docs/manual/CoreTypes/antlib.html
  5. +1
    -1
      docs/manual/tasksoverview.html

+ 1
- 1
docs/manual/CoreTasks/macrodef.html View File

@@ -17,7 +17,7 @@
or <parallel> task when the new task is run. or <parallel> task when the new task is run.
</p> </p>
<p> <p>
Introduced in ant1.6 <font color="red">Experimental</font>.
<em>since Ant 1.6</em>
</p> </p>
<h3>Parameters</h3> <h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">


+ 1
- 1
docs/manual/CoreTasks/presetdef.html View File

@@ -15,7 +15,7 @@
or elements preset. or elements preset.
</p> </p>
<p> <p>
Introduced in ant1.6 <font color="red">Experimental</font>.
<em>since Ant 1.6</em>
</p> </p>
<h3>Parameters</h3> <h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">


+ 1
- 2
docs/manual/CoreTasks/typedef.html View File

@@ -138,9 +138,8 @@
<tr> <tr>
<td valign="top">uri</td> <td valign="top">uri</td>
<td valign="top"> <td valign="top">
<font color="red">Experimental</font>
The uri that this definition should live in. The uri that this definition should live in.
(introduced in ant1.6 <font color="red">Experimental</font>)
<em>since Ant1.6</em>
</td> </td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
</tr> </tr>


+ 0
- 7
docs/manual/CoreTypes/antlib.html View File

@@ -7,13 +7,6 @@


<body> <body>
<h2><a name="antlib">Antlib</a></h2> <h2><a name="antlib">Antlib</a></h2>
<p>
<i>EXPERIMENTAL:</i> The antlib concept and implementation is experimental
and may be under continual change until Ant1.6 ships.
The contents of this page uses the experimental tasks
&lt;macrodef&gt; and &lt;presetdef&gt; which may not be in
Ant1.6.
</p>
<h3>Description</h3> <h3>Description</h3>
<p> <p>
An antlib file is an xml file with a root element of "antlib". An antlib file is an xml file with a root element of "antlib".


+ 1
- 1
docs/manual/tasksoverview.html View File

@@ -426,7 +426,7 @@ documentation.</p>


<tr valign="top"> <tr valign="top">
<td nowrap><a href="CoreTasks/subant.html">Subant</a></td> <td nowrap><a href="CoreTasks/subant.html">Subant</a></td>
<td><p><i>EXPERIMENTAL:</i> This task is experimental and may be under continual change till Ant1.6 ships; it may even be omitted from the product. <p> Calls a given target for all defined sub-builds. This is an extension of ant for bulk project execution.</p></td>
<td><p> Calls a given target for all defined sub-builds. This is an extension of ant for bulk project execution.</p></td>
</tr> </tr>


<tr valign="top"> <tr valign="top">


Loading…
Cancel
Save