martinc     2003/11/27 17:29:50

  Modified:    .        build-webapps.xml
  Log:
  Remove <style> tasks for news and resources, since those no longer exist
  here. (This was causing the build to break when directories were pruned.)
  
  Revision  Changes    Path
  1.24      +0 -18     jakarta-struts/build-webapps.xml
  
  Index: build-webapps.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build-webapps.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build-webapps.xml 11 Sep 2003 01:21:59 -0000      1.23
  +++ build-webapps.xml 28 Nov 2003 01:29:50 -0000      1.24
  @@ -232,15 +232,6 @@
               reloadstylesheet="true">
         <param name="project-path" expression="../faqs/project.xml"/>
       </style>            
  -    <!-- Create the news -->
  -    <style   basedir="${doc.dir}/news"
  -             destdir="${build.home}/documentation/news"
  -           extension=".html" style="${doc.dir}/stylesheets/struts.xsl"
  -            includes="*.xml"
  -            excludes="project.xml"
  -            reloadstylesheet="true">
  -      <param name="project-path" expression="../news/project.xml"/>
  -    </style>            
       <!-- Create the proposals -->
       <style   basedir="${doc.dir}/proposals"
                destdir="${build.home}/documentation/proposals"
  @@ -249,15 +240,6 @@
               excludes="project.xml"
               reloadstylesheet="true">
         <param name="project-path" expression="../proposals/project.xml"/>
  -    </style>            
  -    <!-- Create the resources -->
  -    <style   basedir="${doc.dir}/resources"
  -             destdir="${build.home}/documentation/resources"
  -           extension=".html" style="${doc.dir}/stylesheets/struts.xsl"
  -            includes="*.xml"
  -            excludes="project.xml"
  -            reloadstylesheet="true">
  -      <param name="project-path" expression="../resources/project.xml"/>
       </style>            
       <!-- Create the user guide -->
       <style   basedir="${doc.dir}/userGuide"
  
  
  

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

Reply via email to