huw 2002/10/21 22:55:28 Modified: src/xdocs/bdg doclet-tags.xml src/xdocs/mx xdoctags.xml Log: Changed task name from MetaGenerateQDoxTask to MetaGenerateTask Revision Changes Path 1.2 +4 -4 jakarta-avalon-phoenix/src/xdocs/bdg/doclet-tags.xml Index: doclet-tags.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/src/xdocs/bdg/doclet-tags.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- doclet-tags.xml 21 Oct 2002 03:45:08 -0000 1.1 +++ doclet-tags.xml 22 Oct 2002 05:55:28 -0000 1.2 @@ -25,7 +25,7 @@ <p> Using this feature requires that you markup the source code with the appropriate tags and then have the build script include the - <code>MetaGenerateQdoxTask</code> task. Both these steps are described + <code>MetaGenerateTask</code> task. Both these steps are described below. </p> </section> @@ -44,7 +44,7 @@ <tr> <td>Purpose</td> <td> - Marks the class as block and tells the MetaGenerateQdoxTask to generate + Marks the class as block and tells the MetaGenerateTask to generate an xinfo file for it. </td> </tr> @@ -191,14 +191,14 @@ <section name="Build Instructions"> <p> To have xinfo files generated as part as your ant build - script, include the MetaGenerateQDoxTask like this: + script, include the MetaGenerateTask like this: </p> <source> <![CDATA[ <!-- Make .xinfo, .mxinfo and manifest automatically for blocks --> <target name="metagenerate"> - <taskdef name="generatemeta" classname="org.apache.avalon.phoenix.tools.metagenerate.MetaGenerateQdoxTask"> + <taskdef name="generatemeta" classname="org.apache.avalon.phoenix.tools.metagenerate.MetaGenerateTask"> <classpath refid="project.class.path" /> </taskdef> 1.5 +3 -3 jakarta-avalon-phoenix/src/xdocs/mx/xdoctags.xml Index: xdoctags.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/src/xdocs/mx/xdoctags.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- xdoctags.xml 18 Oct 2002 08:43:58 -0000 1.4 +++ xdoctags.xml 22 Oct 2002 05:55:28 -0000 1.5 @@ -37,7 +37,7 @@ <tr> <td>Scope</td> <td> - Applies to a class and interfaces. + Applies to classes and interfaces. </td> </tr> <tr> @@ -274,7 +274,7 @@ <mkdir dir="${build.qdox}"/> <taskdef name="generatemeta" - classname="org.apache.avalon.phoenix.tools.metagenerate.MetaGenerateQdoxTask"> + classname="org.apache.avalon.phoenix.tools.metagenerate.MetaGenerateTask"> <classpath refid="project.class.path" /> </taskdef> @@ -285,7 +285,7 @@ </generatemeta> </target> - ]]> +]]> </source> <p> Where build.qdox is where the .mxinfo files should be placed, and java.dir
-- To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>