patrickl 2002/08/08 13:26:32 Modified: . build.xml Log: Patch to save javadocs between builds. Submitted by: [EMAIL PROTECTED] Revision Changes Path 1.4 +1 -1 jakarta-servletapi-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/build.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build.xml 8 Aug 2002 19:04:48 -0000 1.3 +++ build.xml 8 Aug 2002 20:26:32 -0000 1.4 @@ -38,7 +38,7 @@ <mkdir dir="${servletapi.lib}"/> <uptodate property="docs.uptodate" targetfile="${servletapi.build}/docs/api/index.html"> - <srcfiles dir="src/share" includes="**/*.java" /> + <srcfiles dir="src/share" includes="**/*.java" /> </uptodate> </target>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>