martinc     2002/08/08 23:51:03

  Modified:    .        build-webapps.xml
  Log:
  Add the resources pages to the struts-documentation webapp. These were
  missed because there is now a separate 'compile.website' target, which
  does not relate to the struts-documentation.war webapp. That webapp is
  what is normally used to update the web site. We need to find a better
  way to do this. (I'm not sure why there is a separate 'compile.website'
  target, though, given that the war file updates everything.)
  
  Revision  Changes    Path
  1.16      +5 -0      jakarta-struts/build-webapps.xml
  
  Index: build-webapps.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build-webapps.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build-webapps.xml 14 Jul 2002 01:35:18 -0000      1.15
  +++ build-webapps.xml 9 Aug 2002 06:51:03 -0000       1.16
  @@ -190,6 +190,11 @@
                destdir="${build.home}/documentation/proposals"
              extension=".html" style="${doc.dir}/stylesheets/proposals.xsl"
               includes="*.xml"/>
  +    <!-- Create the resources -->
  +    <style   basedir="${doc.dir}/resources"
  +             destdir="${build.home}/documentation/resources"
  +           extension=".html" style="${doc.dir}/stylesheets/resources.xsl"
  +            includes="*.xml"/>
       <!-- Create the user guide -->
       <style   basedir="${doc.dir}/userGuide"
                destdir="${build.home}/documentation/userGuide"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to