You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/06/24 04:37:02 UTC

cvs commit: xml-forrest/src/resources/conf editor.xmap

crossley    2003/06/23 19:37:02

  Modified:    .        build.xml
  Removed:     src/resources/conf editor.xmap
  Log:
  Remove some remnants of the editor.
  PR: FOR-44
  Submitted by: Dave Brondsema, Juan Jose Pablos
  
  Revision  Changes    Path
  1.66      +0 -6      xml-forrest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/build.xml,v
  retrieving revision 1.65
  retrieving revision 1.66
  diff -u -r1.65 -r1.66
  --- build.xml	26 Apr 2003 12:23:14 -0000	1.65
  +++ build.xml	24 Jun 2003 02:37:01 -0000	1.66
  @@ -287,11 +287,6 @@
         <fileset dir="${resource.dir}/stylesheets" />
       </copy>
   
  -    <!-- Copy editor -->
  -    <copy todir="${bare-context.dir}/" >
  -      <fileset dir="${resource.dir}/editor" />
  -    </copy>    
  -
       <!-- Copy skins -->
       <copy todir="${bare-context.dir}/skins/" >
         <fileset dir="${resource.dir}/skins" />
  @@ -327,7 +322,6 @@
       <echo message="validating **/sitemap.xmap ..."/>
       <jing rngfile="./src/resources/schema/relaxng/sitemap-v06.rng">
         <fileset dir="./src/resources/conf" includes="*.xmap"/>
  -      <fileset dir="./src/resources/editor" includes="editor.xmap"/>
       </jing>
       <!-- book.xml -->
       <!-- FIXME: Need Norm Walsh catalog entity resolver or Jeff's DoctypeChanger.