huw 2002/10/21 23:00:27 Modified: phyre build.xml Log: Changed task name from MetaGenerateQDoxTask to MetaGenerateTask Revision Changes Path 1.8 +1 -1 jakarta-avalon-apps/phyre/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/phyre/build.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- build.xml 12 Oct 2002 12:02:28 -0000 1.7 +++ build.xml 22 Oct 2002 06:00:27 -0000 1.8 @@ -55,7 +55,7 @@ <taskdef name="sar" classname="org.apache.avalon.phoenix.tools.tasks.Sar"> <classpath refid="project.class.path" /> </taskdef> - <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> </target>
-- To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>