You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by je...@apache.org on 2003/04/02 17:04:30 UTC

cvs commit: cocoon-2.1/src/targets docs-build.xml webapp-build.xml

jefft       2003/04/02 07:04:30

  Modified:    src/targets docs-build.xml webapp-build.xml
  Log:
  Fix docs/ directory in webapp, and document the sitemap switching hack that
  Forrest imposes
  
  Revision  Changes    Path
  1.10      +2 -0      cocoon-2.1/src/targets/docs-build.xml
  
  Index: docs-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/docs-build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- docs-build.xml	1 Apr 2003 21:48:59 -0000	1.9
  +++ docs-build.xml	2 Apr 2003 15:04:30 -0000	1.10
  @@ -24,6 +24,8 @@
           <exclude name="images/**"/>
         </fileset>
       </copy>
  +    <!-- Forrest needs its own file at src/documentation/sitemap.xmap, so we
  +    overwrite it with the old Cocoon-specific sitemap here -->
       <move file="${build.context}/sitemap-localdocs.xmap"
         tofile="${build.context}/sitemap.xmap"/>
   
  
  
  
  1.11      +4 -0      cocoon-2.1/src/targets/webapp-build.xml
  
  Index: webapp-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/webapp-build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- webapp-build.xml	1 Apr 2003 21:25:09 -0000	1.10
  +++ webapp-build.xml	2 Apr 2003 15:04:30 -0000	1.11
  @@ -118,6 +118,10 @@
         	<exclude name="*.xwelcome"/>
         </fileset>
       </copy>
  +    <!-- Forrest needs its own file at src/documentation/sitemap.xmap, so we
  +    overwrite it with the old Cocoon-specific sitemap here -->
  +    <move file="${documentation}/sitemap-localdocs.xmap"
  +      tofile="${build.webapp.docs}/sitemap.xmap"/>
   
       <copy todir="${build.webapp.docs}" filtering="off">
         <fileset dir="${documentation}">