You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/03/15 07:10:10 UTC

cvs commit: xml-forrest build.xml

jefft       2003/03/14 22:10:10

  Modified:    .        build.xml
  Log:
  Support new broken-up sitemap
  
  Revision  Changes    Path
  1.60      +3 -3      xml-forrest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml	25 Feb 2003 23:30:46 -0000	1.59
  +++ build.xml	15 Mar 2003 06:10:10 -0000	1.60
  @@ -215,7 +215,7 @@
       <mkdir dir="${webapp.webinf.dir}" />
       <copy todir="${webapp.webinf.dir}" >
         <fileset dir="${resource.dir}/conf" >
  -        <exclude name="sitemap.xmap" />
  +        <exclude name="*.xmap" />
           <exclude name="skinconf.xml" />
         </fileset>
       </copy>
  @@ -270,7 +270,7 @@
       <!-- Copy Cocoon configuration and sitemap -->
       <copy todir="${bare-context.dir}">
         <fileset dir="${resource.dir}/conf">
  -        <include name="sitemap.xmap"/>
  +        <include name="*.xmap"/>
           <include name="skinconf.xml"/>
           <include name="jettyconf.xml"/>
         </fileset>
  @@ -320,7 +320,7 @@
       <!-- sitemap.xmap -->
       <echo message="validating **/sitemap.xmap ..."/>
       <jing rngfile="./src/resources/schema/relaxng/sitemap-v06.rng">
  -      <fileset dir="./src/resources" includes="**/sitemap.xmap"/>
  +      <fileset dir="./src/resources/conf" includes="*.xmap"/>
         <fileset dir="./src/resources/editor" includes="editor.xmap"/>
       </jing>
       <!-- book.xml -->