leosimons 2003/01/29 06:07:43 Modified: baxter build.xml baxter/src/xdocs menu.xml cache build.xml default.properties cache/src/xdocs menu.xml cli build.xml cli/src/xdocs menu.xml . cocoonbuild.xml collections build.xml collections/src/xdocs menu.xml component build.xml component/src/xdocs menu.xml concurrent build.xml concurrent/src/xdocs menu.xml configuration build.xml configuration/src/xdocs menu.xml container build.xml default.properties container/src/xdocs menu.xml converter build.xml converter/src/xdocs menu.xml datasource build.xml datasource/src/xdocs menu.xml event build.xml default.properties event/src/xdocs menu.xml extension build.xml extension/src/xdocs menu.xml fortress build.xml fortress/src/xdocs menu.xml i18n build.xml i18n/src/xdocs menu.xml instrument-client build.xml instrument-client/src/xdocs menu.xml instrument-manager build.xml instrument-manager/src/xdocs menu.xml instrument build.xml instrument/src/xdocs menu.xml io build.xml io/src/xdocs menu.xml jprocess build.xml jprocess/src/xdocs menu.xml loader build.xml loader/src/xdocs menu.xml logger build.xml logger/src/xdocs menu.xml meta default.properties meta/src/xdocs menu.xml monitor build.xml monitor/src/xdocs menu.xml naming build.xml naming/src/xdocs menu.xml policy build.xml policy/src/xdocs menu.xml pool build.xml pool/src/xdocs menu.xml site/src/xdocs menu.xml sourceresolve build.xml sourceresolve/src/xdocs menu.xml store build.xml store/src/xdocs menu.xml template-product build.xml template-product/src/xdocs menu.xml testcase build.xml testcase/src/xdocs menu.xml thread build.xml thread/src/xdocs menu.xml threadcontext build.xml threadcontext/src/xdocs menu.xml util build.xml util/src/xdocs menu.xml xfc build.xml default.properties xfc/src/xdocs menu.xml xmlutil build.xml xmlutil/src/xdocs menu.xml Log: changing reference to api documentation, making sure the site target of the site/ project runs. Revision Changes Path 1.31 +1 -1 jakarta-avalon-excalibur/baxter/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/build.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- build.xml 14 Aug 2002 04:45:51 -0000 1.30 +++ build.xml 29 Jan 2003 14:07:37 -0000 1.31 @@ -361,7 +361,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +13 -13 jakarta-avalon-excalibur/baxter/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:39 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:37 -0000 1.2 @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/FIXME" name="Excalibur Baxter"><title>Excalibur Baxter</title><body> - - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/FIXME" name="Excalibur Baxter"><title>Excalibur Baxter</title><body> + + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.36 +2 -2 jakarta-avalon-excalibur/cache/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- build.xml 10 Aug 2002 21:14:33 -0000 1.35 +++ build.xml 29 Jan 2003 14:07:37 -0000 1.36 @@ -255,7 +255,7 @@ <param name="pathhack" expression="${checkstyle.pathhack}"/> </style> - </target> + </target> <!-- Creates the distribution --> <target name="dist" @@ -304,7 +304,7 @@ <ant antfile="${basedir}/../cocoonbuild.xml"/> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.8 +1 -1 jakarta-avalon-excalibur/cache/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/cache/default.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- default.properties 16 Nov 2002 12:08:49 -0000 1.7 +++ default.properties 29 Jan 2003 14:07:37 -0000 1.8 @@ -53,7 +53,7 @@ context.dir = ../../jakarta-avalon/src/documentation tools.dir = ../../jakarta-avalon/tools tools.jar = ${java.home}/../lib/tools.jar -docs.dir = dist/docs +docs.dir = ${build.dir}/docs xdocs.dir = ${src.dir}/xdocs # Set the properties for distribution directories 1.2 +13 -13 jakarta-avalon-excalibur/cache/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/cache/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:39 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:38 -0000 1.2 @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/cache/" name="Excalibur Cache"><title>Excalibur Cache</title><body> - - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/cache/" name="Excalibur Cache"><title>Excalibur Cache</title><body> + + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.50 +1 -1 jakarta-avalon-excalibur/cli/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- build.xml 10 Aug 2002 21:14:33 -0000 1.49 +++ build.xml 29 Jan 2003 14:07:38 -0000 1.50 @@ -346,7 +346,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +1 -1 jakarta-avalon-excalibur/cli/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/cli/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:39 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:38 -0000 1.2 @@ -8,7 +8,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release/cli"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.11 +2 -2 jakarta-avalon-excalibur/cocoonbuild.xml Index: cocoonbuild.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/cocoonbuild.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cocoonbuild.xml 2 Oct 2002 21:48:58 -0000 1.10 +++ cocoonbuild.xml 29 Jan 2003 14:07:38 -0000 1.11 @@ -21,9 +21,9 @@ <filter token="link2.href" value="http://jakarta.apache.org"/> <filter token="link3" value=""/> <filter token="link3.href" value=""/> - <filter token="group-logo.src" value="images/jakarta-logo.gif"/> + <filter token="group-logo.src" value="/images/jakarta-logo.gif"/> <filter token="group-logo.href" value="http://jakarta.apache.org/"/> - <filter token="project-logo.src" value="images/header.gif"/> + <filter token="project-logo.src" value="/images/header.gif"/> <filter token="project-logo.href" value="http://jakarta.apache.org/avalon/"/> <filter token="year" value="2002"/> <filter token="vendor" value="Apache Software Foundation"/> 1.28 +1 -1 jakarta-avalon-excalibur/collections/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/collections/build.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- build.xml 27 Jan 2003 07:11:06 -0000 1.27 +++ build.xml 29 Jan 2003 14:07:38 -0000 1.28 @@ -343,7 +343,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/collections"/> <copy todir="../site/dist/docs/collections"> 1.4 +1 -1 jakarta-avalon-excalibur/collections/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/collections/src/xdocs/menu.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- menu.xml 8 Aug 2002 05:10:40 -0000 1.3 +++ menu.xml 29 Jan 2003 14:07:38 -0000 1.4 @@ -8,7 +8,7 @@ <item href="/index.html" name="Overview"/> <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.29 +1 -1 jakarta-avalon-excalibur/component/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/component/build.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- build.xml 28 Nov 2002 16:03:48 -0000 1.28 +++ build.xml 29 Jan 2003 14:07:38 -0000 1.29 @@ -450,7 +450,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +13 -13 jakarta-avalon-excalibur/component/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/component/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:40 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:38 -0000 1.2 @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/component/" name="Excalibur Component"><title>Excalibur Component</title><body> - - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/component/" name="Excalibur Component"><title>Excalibur Component</title><body> + + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.26 +1 -1 jakarta-avalon-excalibur/concurrent/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/build.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- build.xml 10 Aug 2002 21:14:33 -0000 1.25 +++ build.xml 29 Jan 2003 14:07:38 -0000 1.26 @@ -340,7 +340,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.4 +15 -15 jakarta-avalon-excalibur/concurrent/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/src/xdocs/menu.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- menu.xml 2 Oct 2002 21:23:15 -0000 1.3 +++ menu.xml 29 Jan 2003 14:07:38 -0000 1.4 @@ -1,15 +1,15 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<project href="http://jakarta.apache.org/avalon/excalibur/concurrent/" name="Excalibur Concurrent"> - <title>Excalibur Concurrent</title> - <body> - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html" name="Doug Lea's util.concurrent Page"/> - <item href="http://gee.cs.oswego.edu/dl/classes/index.html" name="Doug Lea's API Docs"/> - <item href="api/" name="API Docs"/> - </menu> - </body> -</project> +<?xml version="1.0" encoding="UTF-8"?> + +<project href="http://jakarta.apache.org/avalon/excalibur/concurrent/" name="Excalibur Concurrent"> + <title>Excalibur Concurrent</title> + <body> + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html" name="Doug Lea's util.concurrent Page"/> + <item href="http://gee.cs.oswego.edu/dl/classes/index.html" name="Doug Lea's API Docs"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + </menu> + </body> +</project> 1.13 +1 -1 jakarta-avalon-excalibur/configuration/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/configuration/build.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- build.xml 27 Jan 2003 07:11:06 -0000 1.12 +++ build.xml 29 Jan 2003 14:07:38 -0000 1.13 @@ -371,7 +371,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.3 +13 -13 jakarta-avalon-excalibur/configuration/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/configuration/src/xdocs/menu.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- menu.xml 19 Jul 2002 18:32:47 -0000 1.2 +++ menu.xml 29 Jan 2003 14:07:38 -0000 1.3 @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/configuration/" name="Excalibur Configuration"><title>Excalibur Configuration</title><body> - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="configuration-merger.html" name="Configuration Merger"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/configuration/" name="Excalibur Configuration"><title>Excalibur Configuration</title><body> + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="configuration-merger.html" name="Configuration Merger"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item href="http://avalon.apache.org/api/" name="API Docs"/> + + </menu> + +</body></project> 1.8 +1 -1 jakarta-avalon-excalibur/container/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/container/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.xml 23 Oct 2002 16:33:50 -0000 1.7 +++ build.xml 29 Jan 2003 14:07:38 -0000 1.8 @@ -297,7 +297,7 @@ <ant antfile="${basedir}/../cocoonbuild.xml"/> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="xdocs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> <fileset dir="${docs.dir}"> 1.4 +1 -1 jakarta-avalon-excalibur/container/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/container/default.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- default.properties 16 Nov 2002 12:08:50 -0000 1.3 +++ default.properties 29 Jan 2003 14:07:38 -0000 1.4 @@ -53,7 +53,7 @@ dist.javadocs = ${dist.dir}/docs/api xdocs.dir = ${src.dir}/xdocs -docs.dir = ${dist.dir}/docs +docs.dir = ${build.dir}/docs jakarta-site.dir = ../../jakarta-site # name of .zip/.tar.gz/.bz2 files and their top-level directory 1.2 +1 -1 jakarta-avalon-excalibur/container/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/container/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 24 Aug 2002 11:47:30 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:38 -0000 1.2 @@ -22,7 +22,7 @@ </menu> <menu name="Reference"> - <item name="Container APIs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> 1.13 +1 -1 jakarta-avalon-excalibur/converter/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/converter/build.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- build.xml 27 Jan 2003 22:52:03 -0000 1.12 +++ build.xml 29 Jan 2003 14:07:39 -0000 1.13 @@ -368,7 +368,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +1 -1 jakarta-avalon-excalibur/converter/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/converter/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:40 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:39 -0000 1.2 @@ -8,7 +8,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release/converter"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.31 +1 -1 jakarta-avalon-excalibur/datasource/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- build.xml 2 Sep 2002 12:52:07 -0000 1.30 +++ build.xml 29 Jan 2003 14:07:39 -0000 1.31 @@ -535,7 +535,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +16 -16 jakarta-avalon-excalibur/datasource/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:40 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:39 -0000 1.2 @@ -1,16 +1,16 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/datasource/" name="Excalibur Datasource"><title>Excalibur Datasource</title><body> - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - - <menu name="Example Applications"> - <item href="examples-jdbcdatasource.html" name="JDBC Data Source"/> - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/datasource/" name="Excalibur Datasource"><title>Excalibur Datasource</title><body> + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + + <menu name="Example Applications"> + <item href="examples-jdbcdatasource.html" name="JDBC Data Source"/> + </menu> + +</body></project> 1.42 +1 -1 jakarta-avalon-excalibur/event/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- build.xml 27 Jan 2003 21:00:34 -0000 1.41 +++ build.xml 29 Jan 2003 14:07:39 -0000 1.42 @@ -364,7 +364,7 @@ </target> - <target name="site" depends="docs, javadocs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.34 +1 -1 jakarta-avalon-excalibur/event/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/event/default.properties,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- default.properties 27 Jan 2003 21:02:48 -0000 1.33 +++ default.properties 29 Jan 2003 14:07:39 -0000 1.34 @@ -96,7 +96,7 @@ context.dir = ../../jakarta-avalon/src/documentation tools.dir = ../../jakarta-avalon/tools tools.jar = ${java.home}/../lib/tools.jar -docs.dir = docs +docs.dir = ${build.dir}/docs xdocs.dir = ${src.dir}/xdocs # Set the properties for distribution directories 1.14 +1 -1 jakarta-avalon-excalibur/event/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/event/src/xdocs/menu.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- menu.xml 23 Oct 2002 13:50:00 -0000 1.13 +++ menu.xml 29 Jan 2003 14:07:39 -0000 1.14 @@ -7,7 +7,7 @@ <item href="index.html" name="About Event"/> <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> <menu name="Overview"> 1.54 +1 -1 jakarta-avalon-excalibur/extension/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- build.xml 27 Jan 2003 07:11:06 -0000 1.53 +++ build.xml 29 Jan 2003 14:07:39 -0000 1.54 @@ -341,7 +341,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.3 +1 -1 jakarta-avalon-excalibur/extension/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/extension/src/xdocs/menu.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- menu.xml 8 Aug 2002 05:11:23 -0000 1.2 +++ menu.xml 29 Jan 2003 14:07:39 -0000 1.3 @@ -8,7 +8,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.68 +1 -1 jakarta-avalon-excalibur/fortress/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- build.xml 27 Jan 2003 21:11:43 -0000 1.67 +++ build.xml 29 Jan 2003 14:07:39 -0000 1.68 @@ -496,7 +496,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.6 +32 -32 jakarta-avalon-excalibur/fortress/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/src/xdocs/menu.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- menu.xml 24 Jan 2003 04:33:33 -0000 1.5 +++ menu.xml 29 Jan 2003 14:07:39 -0000 1.6 @@ -1,32 +1,32 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/fortress/" name="Excalibur Fortress"> - <title>Excalibur Fortress</title> - <body> - <menu name="Essentials"> - <item href="index.html" name="Overview"/> - <item href="features.html" name="Features"/> - <item href="getting-started.html" name="Getting Started"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - </menu> - - <menu name="Environments"> - <item href="cli.html" name="Command Line Applications"/> - <item href="swing.html" name="Swing Applications"/> - <item href="servlet.html" name="Servlet Applications"/> - </menu> - - <menu name="Related"> - <item href="http://jakarta.apache.org/avalon/" name="Avalon Home"/> - <item href="http://jakarta.apache.org/avalon/excalibur/" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/avalon/phoenix" name="Avalon Phoenix"/> - <item href="http://jakarta.apache.org/avalon/excalibur/component" name="ECM"/> - <item href="http://jakarta.apache.org/avalon/excalibur/tweety" name="Tweety"/> - </menu> - - <menu name="Reference"> - <item href="api/" name="API Docs"/> - <item href="lifecycle-extensions.html" name="Lifecycle Extensions"/> - <item href="design-notes.html" name="Design Notes"/> - </menu> - </body> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/fortress/" name="Excalibur Fortress"> + <title>Excalibur Fortress</title> + <body> + <menu name="Essentials"> + <item href="index.html" name="Overview"/> + <item href="features.html" name="Features"/> + <item href="getting-started.html" name="Getting Started"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + </menu> + + <menu name="Environments"> + <item href="cli.html" name="Command Line Applications"/> + <item href="swing.html" name="Swing Applications"/> + <item href="servlet.html" name="Servlet Applications"/> + </menu> + + <menu name="Related"> + <item href="http://jakarta.apache.org/avalon/" name="Avalon Home"/> + <item href="http://jakarta.apache.org/avalon/excalibur/" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/avalon/phoenix" name="Avalon Phoenix"/> + <item href="http://jakarta.apache.org/avalon/excalibur/component" name="ECM"/> + <item href="http://jakarta.apache.org/avalon/excalibur/tweety" name="Tweety"/> + </menu> + + <menu name="Reference"> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + <item href="lifecycle-extensions.html" name="Lifecycle Extensions"/> + <item href="design-notes.html" name="Design Notes"/> + </menu> + </body> +</project> 1.51 +1 -1 jakarta-avalon-excalibur/i18n/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- build.xml 27 Jan 2003 07:11:06 -0000 1.50 +++ build.xml 29 Jan 2003 14:07:39 -0000 1.51 @@ -342,7 +342,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +1 -1 jakarta-avalon-excalibur/i18n/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:40 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:39 -0000 1.2 @@ -10,7 +10,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.32 +1 -1 jakarta-avalon-excalibur/instrument-client/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-client/build.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- build.xml 14 Aug 2002 14:58:21 -0000 1.31 +++ build.xml 29 Jan 2003 14:07:39 -0000 1.32 @@ -392,7 +392,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.4 +1 -1 jakarta-avalon-excalibur/instrument-client/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-client/src/xdocs/menu.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- menu.xml 14 Aug 2002 14:58:24 -0000 1.3 +++ menu.xml 29 Jan 2003 14:07:40 -0000 1.4 @@ -10,7 +10,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.33 +1 -1 jakarta-avalon-excalibur/instrument-manager/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/build.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- build.xml 13 Jan 2003 21:36:53 -0000 1.32 +++ build.xml 29 Jan 2003 14:07:40 -0000 1.33 @@ -372,7 +372,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.4 +1 -1 jakarta-avalon-excalibur/instrument-manager/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/src/xdocs/menu.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- menu.xml 14 Aug 2002 14:58:24 -0000 1.3 +++ menu.xml 29 Jan 2003 14:07:40 -0000 1.4 @@ -10,7 +10,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.46 +1 -1 jakarta-avalon-excalibur/instrument/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- build.xml 14 Aug 2002 14:58:23 -0000 1.45 +++ build.xml 29 Jan 2003 14:07:40 -0000 1.46 @@ -432,7 +432,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.5 +1 -1 jakarta-avalon-excalibur/instrument/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/src/xdocs/menu.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- menu.xml 1 Oct 2002 15:24:00 -0000 1.4 +++ menu.xml 29 Jan 2003 14:07:40 -0000 1.5 @@ -6,7 +6,7 @@ <item name="About Instrument" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> <menu name="Essentials"> <item name="Overview" href="overview.html"/> 1.58 +1 -1 jakarta-avalon-excalibur/io/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- build.xml 10 Aug 2002 21:14:35 -0000 1.57 +++ build.xml 29 Jan 2003 14:07:40 -0000 1.58 @@ -336,7 +336,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +1 -1 jakarta-avalon-excalibur/io/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/io/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:41 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:40 -0000 1.2 @@ -8,7 +8,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release/io"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.9 +1 -1 jakarta-avalon-excalibur/jprocess/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/jprocess/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.xml 16 Aug 2002 01:49:37 -0000 1.8 +++ build.xml 29 Jan 2003 14:07:40 -0000 1.9 @@ -339,7 +339,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +1 -1 jakarta-avalon-excalibur/jprocess/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/jprocess/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:41 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:40 -0000 1.2 @@ -10,7 +10,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release/???"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.9 +1 -1 jakarta-avalon-excalibur/loader/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/loader/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.xml 30 Oct 2002 23:06:56 -0000 1.8 +++ build.xml 29 Jan 2003 14:07:40 -0000 1.9 @@ -431,7 +431,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.4 +1 -1 jakarta-avalon-excalibur/loader/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/loader/src/xdocs/menu.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- menu.xml 1 Sep 2002 08:47:40 -0000 1.3 +++ menu.xml 29 Jan 2003 14:07:40 -0000 1.4 @@ -9,7 +9,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> <menu name="User Guide"> <item name="Sample Descriptor" href="/sample.html"/> 1.34 +1 -1 jakarta-avalon-excalibur/logger/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- build.xml 28 Jan 2003 20:52:04 -0000 1.33 +++ build.xml 29 Jan 2003 14:07:40 -0000 1.34 @@ -521,7 +521,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +13 -13 jakarta-avalon-excalibur/logger/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/logger/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:41 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:40 -0000 1.2 @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/logger/" name="Excalibur Logger"><title>Excalibur Logger</title><body> - - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/logger/" name="Excalibur Logger"><title>Excalibur Logger</title><body> + + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.5 +2 -2 jakarta-avalon-excalibur/meta/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/meta/default.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- default.properties 29 Jan 2003 13:45:42 -0000 1.4 +++ default.properties 29 Jan 2003 14:07:41 -0000 1.5 @@ -60,10 +60,10 @@ # Set the properties for distribution directories dist.dir = dist -dist.javadocs = ${dist.dir}/docs/api +dist.javadocs = ${build.dir}/docs/api xdocs.dir = ${src.dir}/xdocs -docs.dir = ${dist.dir}/docs +docs.dir = ${build.dir}/docs jakarta-site.dir = ../../jakarta-site # name of .zip/.tar.gz/.bz2 files and their top-level directory 1.5 +1 -1 jakarta-avalon-excalibur/meta/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/meta/src/xdocs/menu.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- menu.xml 12 Nov 2002 01:20:29 -0000 1.4 +++ menu.xml 29 Jan 2003 14:07:41 -0000 1.5 @@ -36,7 +36,7 @@ </menu> <menu name="Reference"> - <item name="Meta Info API" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> 1.25 +1 -1 jakarta-avalon-excalibur/monitor/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/build.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- build.xml 30 Sep 2002 09:38:49 -0000 1.24 +++ build.xml 29 Jan 2003 14:07:41 -0000 1.25 @@ -355,7 +355,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.3 +14 -14 jakarta-avalon-excalibur/monitor/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/src/xdocs/menu.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- menu.xml 8 Sep 2002 00:22:37 -0000 1.2 +++ menu.xml 29 Jan 2003 14:07:41 -0000 1.3 @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project - name="Excalibur Monitor" - href="http://jakarta.apache.org/avalon/excalibur/monitor/" > - <title>Excalibur Monitor</title> - <body> - <menu name="About"> - <item name="Overview" href="index.html"/> - <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> - <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> - </menu> - </body> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<project + name="Excalibur Monitor" + href="http://jakarta.apache.org/avalon/excalibur/monitor/" > + <title>Excalibur Monitor</title> + <body> + <menu name="About"> + <item name="Overview" href="index.html"/> + <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> + <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + </menu> + </body> +</project> 1.53 +1 -1 jakarta-avalon-excalibur/naming/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- build.xml 10 Aug 2002 21:14:35 -0000 1.52 +++ build.xml 29 Jan 2003 14:07:41 -0000 1.53 @@ -368,7 +368,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +1 -1 jakarta-avalon-excalibur/naming/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/naming/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:41 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:41 -0000 1.2 @@ -8,7 +8,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release/naming"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.2 +1 -1 jakarta-avalon-excalibur/policy/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/policy/build.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.xml 25 Sep 2002 12:37:43 -0000 1.1 +++ build.xml 29 Jan 2003 14:07:41 -0000 1.2 @@ -388,7 +388,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +1 -1 jakarta-avalon-excalibur/policy/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/policy/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 25 Sep 2002 12:37:44 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:41 -0000 1.2 @@ -9,7 +9,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> <menu name="User Guide"> <item name="Sample Descriptor" href="/sample.html"/> 1.30 +1 -1 jakarta-avalon-excalibur/pool/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- build.xml 27 Jan 2003 07:11:07 -0000 1.29 +++ build.xml 29 Jan 2003 14:07:41 -0000 1.30 @@ -347,7 +347,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +12 -12 jakarta-avalon-excalibur/pool/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/pool/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:41 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:41 -0000 1.2 @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/pool/" name="Excalibur Pool"><title>Excalibur Pool</title><body> - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/pool/" name="Excalibur Pool"><title>Excalibur Pool</title><body> + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.9 +2 -2 jakarta-avalon-excalibur/site/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/site/src/xdocs/menu.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- menu.xml 22 Jan 2003 20:37:56 -0000 1.8 +++ menu.xml 29 Jan 2003 14:07:41 -0000 1.9 @@ -14,8 +14,8 @@ <menu name="Containers"> <item name="Component" href="http://a/component/index.html"/> <item name="Fortress" href="http://a/fortress/index.html"/> - <item name="Merlin" href="http://a/merlin/index.html"/> - <item name="Tweety" href="http://a/tweety/index.html"/> + <!--<item name="Merlin" href="http://a/merlin/index.html"/> + <item name="Tweety" href="http://a/tweety/index.html"/>--> </menu> <menu name="Components"> 1.27 +1 -1 jakarta-avalon-excalibur/sourceresolve/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- build.xml 27 Jan 2003 07:11:07 -0000 1.26 +++ build.xml 29 Jan 2003 14:07:41 -0000 1.27 @@ -341,7 +341,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +13 -13 jakarta-avalon-excalibur/sourceresolve/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:41 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:41 -0000 1.2 @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/sourceresolve/" name="Excalibur Source Resolving"><title>Excalibur Source Resolving</title><body> - - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/sourceresolve/" name="Excalibur Source Resolving"><title>Excalibur Source Resolving</title><body> + + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.14 +1 -1 jakarta-avalon-excalibur/store/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/store/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- build.xml 15 Oct 2002 16:53:30 -0000 1.13 +++ build.xml 29 Jan 2003 14:07:41 -0000 1.14 @@ -340,7 +340,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +13 -13 jakarta-avalon-excalibur/store/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/store/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:41 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:42 -0000 1.2 @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/store/" name="Excalibur Store"><title>Excalibur Store</title><body> - - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/store/" name="Excalibur Store"><title>Excalibur Store</title><body> + + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.33 +1 -1 jakarta-avalon-excalibur/template-product/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- build.xml 14 Aug 2002 12:30:45 -0000 1.32 +++ build.xml 29 Jan 2003 14:07:42 -0000 1.33 @@ -340,7 +340,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +1 -1 jakarta-avalon-excalibur/template-product/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:42 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:42 -0000 1.2 @@ -10,7 +10,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project> 1.25 +1 -1 jakarta-avalon-excalibur/testcase/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/build.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- build.xml 3 Dec 2002 01:25:48 -0000 1.24 +++ build.xml 29 Jan 2003 14:07:42 -0000 1.25 @@ -347,7 +347,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +12 -12 jakarta-avalon-excalibur/testcase/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:42 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:42 -0000 1.2 @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/testcase/" name="Excalibur Testcase"><title>Excalibur Testcase</title><body> - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/testcase/" name="Excalibur Testcase"><title>Excalibur Testcase</title><body> + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.30 +1 -1 jakarta-avalon-excalibur/thread/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- build.xml 27 Jan 2003 07:11:07 -0000 1.29 +++ build.xml 29 Jan 2003 14:07:42 -0000 1.30 @@ -353,7 +353,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +13 -13 jakarta-avalon-excalibur/thread/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/thread/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:42 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:42 -0000 1.2 @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/thread/" name="Excalibur Thread"><title>Excalibur Thread</title><body> - - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/thread/" name="Excalibur Thread"><title>Excalibur Thread</title><body> + + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.23 +1 -1 jakarta-avalon-excalibur/threadcontext/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/threadcontext/build.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- build.xml 27 Jan 2003 07:11:07 -0000 1.22 +++ build.xml 29 Jan 2003 14:07:42 -0000 1.23 @@ -338,7 +338,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +13 -13 jakarta-avalon-excalibur/threadcontext/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/threadcontext/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:42 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:42 -0000 1.2 @@ -1,13 +1,13 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/threadcontext/" name="Excalibur Thread Context"><title>Excalibur Thread Context</title><body> - - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/threadcontext/" name="Excalibur Thread Context"><title>Excalibur Thread Context</title><body> + + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + +</body></project> 1.20 +1 -1 jakarta-avalon-excalibur/util/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/util/build.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- build.xml 10 Aug 2002 21:14:36 -0000 1.19 +++ build.xml 29 Jan 2003 14:07:42 -0000 1.20 @@ -356,7 +356,7 @@ </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +18 -18 jakarta-avalon-excalibur/util/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/util/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:42 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:42 -0000 1.2 @@ -1,18 +1,18 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project href="http://jakarta.apache.org/avalon/excalibur/util/" name="Excalibur Util"><title>Excalibur Util</title><body> - - - <menu name="About"> - <item href="index.html" name="Overview"/> - <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> - <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> - - </menu> - - <menu name="Utilities"> - <item href="proxy.html" name="Dymanic Proxy"/> - <item href="property.html" name="Property Utilities"/> - </menu> - -</body></project> +<?xml version="1.0" encoding="UTF-8"?> +<project href="http://jakarta.apache.org/avalon/excalibur/util/" name="Excalibur Util"><title>Excalibur Util</title><body> + + + <menu name="About"> + <item href="index.html" name="Overview"/> + <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> + <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> + + </menu> + + <menu name="Utilities"> + <item href="proxy.html" name="Dymanic Proxy"/> + <item href="property.html" name="Property Utilities"/> + </menu> + +</body></project> 1.8 +1 -1 jakarta-avalon-excalibur/xfc/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/xfc/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.xml 14 Oct 2002 16:17:50 -0000 1.7 +++ build.xml 29 Jan 2003 14:07:42 -0000 1.8 @@ -332,7 +332,7 @@ <ant antfile="${basedir}/../cocoonbuild.xml"/> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> <fileset dir="${docs.dir}"> 1.8 +2 -2 jakarta-avalon-excalibur/xfc/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/xfc/default.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- default.properties 23 Jan 2003 22:57:12 -0000 1.7 +++ default.properties 29 Jan 2003 14:07:42 -0000 1.8 @@ -95,10 +95,10 @@ # Set the properties for distribution directories dist.dir = dist -dist.javadocs = ${dist.dir}/docs/api +dist.javadocs = ${build.dir}/docs/api xdocs.dir = ${src.dir}/xdocs -docs.dir = ${dist.dir}/docs +docs.dir = ${build.dir}/docs jakarta-site.dir = ../../jakarta-site # name of .zip/.tar.gz/.bz2 files and their top-level directory 1.2 +1 -1 jakarta-avalon-excalibur/xfc/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/xfc/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 23 Oct 2002 16:08:20 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:43 -0000 1.2 @@ -8,7 +8,7 @@ <item href="index.html" name="About XFC"/> <item href="http://jakarta.apache.org/avalon/excalibur/index.html" name="Excalibur Home"/> <item href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release" name="Download"/> - <item href="api/" name="API Docs"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> <menu name="Overview"> 1.34 +1 -1 jakarta-avalon-excalibur/xmlutil/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/build.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- build.xml 22 Jan 2003 04:26:02 -0000 1.33 +++ build.xml 29 Jan 2003 14:07:43 -0000 1.34 @@ -399,7 +399,7 @@ </copy> </target> - <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website"> + <target name="site" depends="docs" description=" Places Docs ready for hosting on website"> <mkdir dir="../site/dist/docs/${dir-name}"/> <copy todir="../site/dist/docs/${dir-name}"> 1.2 +1 -1 jakarta-avalon-excalibur/xmlutil/src/xdocs/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/xdocs/menu.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- menu.xml 19 Jul 2002 16:24:42 -0000 1.1 +++ menu.xml 29 Jan 2003 14:07:43 -0000 1.2 @@ -8,7 +8,7 @@ <item name="Overview" href="index.html"/> <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/> <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/> - <item name="API Docs" href="api/"/> + <item name="API Docs" href="http://avalon.apache.org/api/"/> </menu> </body> </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]