jholmes 2002/06/23 08:28:58 Modified: . build.xml Log: update to generate docs for new resources directory PR: Bugzilla #9920 Revision Changes Path 1.72 +15 -0 jakarta-struts/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-struts/build.xml,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- build.xml 16 Jun 2002 05:11:35 -0000 1.71 +++ build.xml 23 Jun 2002 15:28:58 -0000 1.72 @@ -564,6 +564,11 @@ destdir="${build.home}/documentation/proposals" extension=".html" style="../stylesheets/proposals.xsl" includes="*.xml"/> + <!-- Create the resources --> + <style basedir="${doc.dir}/resources" + destdir="${build.home}/documentation/resources" + extension=".html" style="../stylesheets/resources.xsl" + includes="*.xml"/> <!-- Create the user guide --> <style basedir="${doc.dir}/userGuide" destdir="${build.home}/documentation/userGuide" @@ -592,6 +597,16 @@ <!-- Copy the proposal files --> <copy todir="${build.home}/documentation/proposals"> <fileset dir="${doc.dir}/proposals"> + <include name="**/*.css"/> + <include name="**/*.gif"/> + <include name="**/*.html"/> + <include name="**/*.jpg"/> + <include name="**/*.js"/> + </fileset> + </copy> + <!-- Copy the resource files --> + <copy todir="${build.home}/documentation/resources"> + <fileset dir="${doc.dir}/resources"> <include name="**/*.css"/> <include name="**/*.gif"/> <include name="**/*.html"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>