donaldp 2002/07/07 01:36:56 Modified: . depchecker.xml Log: Update depchecker to deal with new xmlutils package. Revision Changes Path 1.31 +9 -1 jakarta-avalon-excalibur/depchecker.xml Index: depchecker.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/depchecker.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- depchecker.xml 24 Jun 2002 20:58:04 -0000 1.30 +++ depchecker.xml 7 Jul 2002 08:36:56 -0000 1.31 @@ -502,6 +502,14 @@ </ant> </target> + <target name="checkXMLUtil"> + <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile"> + <property name="name" value="excalibur-xmlutil.jar"/> + <property name="path" value="${excalibur-xmlutil.jar}"/> + <property name="proj.home" value="${basedir}/../xmlutil"/> + </ant> + </target> + <!-- ====================================================== --> <!-- Call to ensure a class is present in the classpath --> <!-- ====================================================== -->
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>