From 93110a00834c8c305a9b6be5b46441536e7f2dea Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 14 Oct 2003 09:59:19 +0000
Subject: [PATCH] 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
---
docs/manual/CoreTasks/macrodef.html | 2 +-
docs/manual/CoreTasks/presetdef.html | 2 +-
docs/manual/CoreTasks/typedef.html | 3 +--
docs/manual/CoreTypes/antlib.html | 7 -------
docs/manual/tasksoverview.html | 2 +-
5 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/docs/manual/CoreTasks/macrodef.html b/docs/manual/CoreTasks/macrodef.html
index 0214af24a..e4d81f665 100644
--- a/docs/manual/CoreTasks/macrodef.html
+++ b/docs/manual/CoreTasks/macrodef.html
@@ -17,7 +17,7 @@
or <parallel> task when the new task is run.
- Introduced in ant1.6 Experimental.
+ since Ant 1.6
Parameters
diff --git a/docs/manual/CoreTasks/presetdef.html b/docs/manual/CoreTasks/presetdef.html
index 5980586ca..390c8a005 100644
--- a/docs/manual/CoreTasks/presetdef.html
+++ b/docs/manual/CoreTasks/presetdef.html
@@ -15,7 +15,7 @@
or elements preset.
- Introduced in ant1.6 Experimental.
+ since Ant 1.6
Parameters
diff --git a/docs/manual/CoreTasks/typedef.html b/docs/manual/CoreTasks/typedef.html
index a85e6148a..6b910a663 100644
--- a/docs/manual/CoreTasks/typedef.html
+++ b/docs/manual/CoreTasks/typedef.html
@@ -138,9 +138,8 @@
uri |
- Experimental
The uri that this definition should live in.
- (introduced in ant1.6 Experimental)
+ since Ant1.6
|
No |
diff --git a/docs/manual/CoreTypes/antlib.html b/docs/manual/CoreTypes/antlib.html
index eec9b1b7b..c0d9fcad3 100644
--- a/docs/manual/CoreTypes/antlib.html
+++ b/docs/manual/CoreTypes/antlib.html
@@ -7,13 +7,6 @@
-
- EXPERIMENTAL: 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.
-
Description
An antlib file is an xml file with a root element of "antlib".
diff --git a/docs/manual/tasksoverview.html b/docs/manual/tasksoverview.html
index 703ca0cdf..aa3e1c685 100644
--- a/docs/manual/tasksoverview.html
+++ b/docs/manual/tasksoverview.html
@@ -426,7 +426,7 @@ documentation.
Subant |
- EXPERIMENTAL: This task is experimental and may be under continual change till Ant1.6 ships; it may even be omitted from the product. Calls a given target for all defined sub-builds. This is an extension of ant for bulk project execution. |
+ Calls a given target for all defined sub-builds. This is an extension of ant for bulk project execution. |