crossley 02/05/04 19:43:52 Modified: . build.xml Log: Added to javadocs_check target to compare freshness of each package.html too. Revision Changes Path 1.204 +1 -1 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.203 retrieving revision 1.204 diff -u -r1.203 -r1.204 --- build.xml 30 Apr 2002 13:50:29 -0000 1.203 +++ build.xml 5 May 2002 02:43:51 -0000 1.204 @@ -1365,7 +1365,7 @@ <!-- =================================================================== --> <target name="javadocs_check"> <uptodate property="javadocs.notrequired" targetfile="${build.javadocs}/packages.html" > - <srcfiles dir= "${build.src}" includes="**/*.java"/> + <srcfiles dir= "${build.src}" includes="**/*.java,**/package.html"/> </uptodate> </target>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]