bodewig 2003/10/14 02:59:19
Modified: docs/manual tasksoverview.html
docs/manual/CoreTasks macrodef.html presetdef.html
typedef.html
docs/manual/CoreTypes antlib.html
Log:
Remove EXPERIMENTAL disclaimers, we want people to try the stuff, not scare
them away 8-)
Revision Changes Path
1.23 +1 -1 ant/docs/manual/tasksoverview.html
Index: tasksoverview.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/tasksoverview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- tasksoverview.html 23 Jul 2003 14:12:11 -0000 1.22
+++ tasksoverview.html 14 Oct 2003 09:59:19 -0000 1.23
@@ -426,7 +426,7 @@
<tr valign="top">
<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 valign="top">
1.4 +1 -1 ant/docs/manual/CoreTasks/macrodef.html
Index: macrodef.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/macrodef.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- macrodef.html 23 Sep 2003 13:55:52 -0000 1.3
+++ macrodef.html 14 Oct 2003 09:59:19 -0000 1.4
@@ -17,7 +17,7 @@
or <parallel> task when the new task is run.
</p>
<p>
- Introduced in ant1.6 <font color="red">Experimental</font>.
+ <em>since Ant 1.6</em>
</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
1.2 +1 -1 ant/docs/manual/CoreTasks/presetdef.html
Index: presetdef.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/presetdef.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- presetdef.html 14 Aug 2003 12:48:10 -0000 1.1
+++ presetdef.html 14 Oct 2003 09:59:19 -0000 1.2
@@ -15,7 +15,7 @@
or elements preset.
</p>
<p>
- Introduced in ant1.6 <font color="red">Experimental</font>.
+ <em>since Ant 1.6</em>
</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
1.11 +1 -2 ant/docs/manual/CoreTasks/typedef.html
Index: typedef.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/typedef.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- typedef.html 1 Sep 2003 14:22:04 -0000 1.10
+++ typedef.html 14 Oct 2003 09:59:19 -0000 1.11
@@ -138,9 +138,8 @@
<tr>
<td valign="top">uri</td>
<td valign="top">
- <font color="red">Experimental</font>
The uri that this definition should live in.
- (introduced in ant1.6 <font color="red">Experimental</font>)
+ <em>since Ant1.6</em>
</td>
<td valign="top" align="center">No</td>
</tr>
1.4 +0 -7 ant/docs/manual/CoreTypes/antlib.html
Index: antlib.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTypes/antlib.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- antlib.html 22 Sep 2003 09:00:17 -0000 1.3
+++ antlib.html 14 Oct 2003 09:59:19 -0000 1.4
@@ -7,13 +7,6 @@
<body>
<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
- <macrodef> and <presetdef> which may not be in
- Ant1.6.
- </p>
<h3>Description</h3>
<p>
An antlib file is an xml file with a root element of "antlib".
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]