bodewig 2004/01/19 12:20:02 Modified: docs/manual/api Tag: ANT_16_BRANCH index.html packages.html Log: Put "no API docs online" disclaimer back onto the site Revision Changes Path No revision No revision 1.5.2.1 +10 -25 ant/docs/manual/api/index.html Index: index.html =================================================================== RCS file: /home/cvs/ant/docs/manual/api/index.html,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 --- index.html 6 Sep 2003 08:50:20 -0000 1.5 +++ index.html 19 Jan 2004 20:20:02 -0000 1.5.2.1 @@ -1,26 +1,11 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> -<!--NewPage--> -<HTML> -<HEAD> -<!-- Generated by javadoc on Sat Sep 06 10:24:18 CEST 2003--> -<TITLE> -Apache Ant API -</TITLE> -</HEAD> -<FRAMESET cols="20%,80%"> -<FRAMESET rows="30%,70%"> -<FRAME src="overview-frame.html" name="packageListFrame" title="All Packages"> -<FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> -</FRAMESET> -<FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions"> -<NOFRAMES> -<H2> -Frame Alert</H2> +<html> +<head> +<meta http-equiv="refresh" content="1; URL=packages.html"> +<title>Apache Ant API</title> +</head> +<body> +Redirecting to <a href="packages.html">Apache Ant API ...</a> +</body> +</html> + -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> -</NOFRAMES> -</FRAMESET> -</HTML> 1.8.2.1 +19 -34 ant/docs/manual/api/packages.html Index: packages.html =================================================================== RCS file: /home/cvs/ant/docs/manual/api/packages.html,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -r1.8 -r1.8.2.1 --- packages.html 6 Sep 2003 08:50:20 -0000 1.8 +++ packages.html 19 Jan 2004 20:20:02 -0000 1.8.2.1 @@ -1,37 +1,22 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!--NewPage--> -<HTML> -<HEAD> -<!-- Generated by javadoc (build 1.4.2) on Sat Sep 06 10:24:18 CEST 2003 --> -<TITLE> - (Apache Ant API) -</TITLE> +<html> +<head> +<title>Apache Ant API</title> +</head> +<body> +<b>Apache Ant API has not been generated</b> + +<p>If you see this page online at <a +href="http://ant.apache.org">ant.apache.org</a>, it is not a bug, but +on purpose. We do not provide an online version of the API docs, they +are included with all our distributions, including the nightly +builds.</p> + +<p>If you want to see the API docs for the latest code, they are +generated by <a href="http://jakarta.apache.org/gump/">Apache Gump</a> +and linked from <a +href="http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html">http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html</a>.</p> +</body> +</html> -<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> -<SCRIPT type="text/javascript"> -function windowTitle() -{ - parent.document.title=" (Apache Ant API)"; -} -</SCRIPT> - -</HEAD> - -<BODY BGCOLOR="white" onload="windowTitle();"> - -<BR> - -<BR> - -<BR> -<CENTER> -The front page has been relocated.Please see: -<BR> - <A HREF="index.html">Frame version</A> -<BR> - <A HREF="overview-summary.html">Non-frame version.</A></CENTER> - -</BODY> -</HTML>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]