From 7999cd0fb474845a01ada5adac0dd40436b9a101 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Sat, 7 Jul 2001 03:59:43 +0000 Subject: [PATCH] Add API as part of manual. The files that are in the API directory are there to handle the situation when the API has not been generated or it has been generated with JDK 1.1. One or both will be overwritten when the API is actually generated via javadoc. PR: 1812 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269280 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 6 +++--- docs/manual/api/index.html | 11 +++++++++++ docs/manual/api/packages.html | 10 ++++++++++ docs/manual/toc.html | 1 + 4 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 docs/manual/api/index.html create mode 100644 docs/manual/api/packages.html diff --git a/build.xml b/build.xml index 5424d7124..34c5fd614 100644 --- a/build.xml +++ b/build.xml @@ -76,7 +76,7 @@ - + @@ -333,7 +333,7 @@ - + @@ -560,7 +560,7 @@ description="--> creates the API documentation"> + + +Ant API + + +Redirecting to Ant API ... + + + + diff --git a/docs/manual/api/packages.html b/docs/manual/api/packages.html new file mode 100644 index 000000000..f03d66d6b --- /dev/null +++ b/docs/manual/api/packages.html @@ -0,0 +1,10 @@ + + +Ant API + + +Ant API has not been generated + + + + diff --git a/docs/manual/toc.html b/docs/manual/toc.html index 36c01029a..f3ac39695 100644 --- a/docs/manual/toc.html +++ b/docs/manual/toc.html @@ -17,6 +17,7 @@ Optional Tasks
Editor/IDE Integration
Developing with Ant
+Ant API
Ant Resources
License
Feedback