You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/03/03 13:35:20 UTC

cvs commit: cocoon-2.1 mount-table.xml.sample

cziegeler    2004/03/03 04:35:20

  Modified:    .        mount-table.xml.sample
  Log:
  Correct samples
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.1/mount-table.xml.sample
  
  Index: mount-table.xml.sample
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/mount-table.xml.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mount-table.xml.sample	4 Dec 2003 13:38:59 -0000	1.2
  +++ mount-table.xml.sample	3 Mar 2004 12:35:20 -0000	1.3
  @@ -21,11 +21,11 @@
         example: mount the woody source samples at "woody-samples/"     
         (don't forget the / at the end of the path name)
      -->
  -  <mount uri-prefix="woody-samples" src="../../src/blocks/woody/samples/"/>
  +  <mount uri-prefix="woody-samples/" src="../../src/blocks/woody/samples/"/>
   
     
     <!-- example: mount a prototype located elsewhere on the filesystem at "proto/"
          (kept commented as the path is not likely to exist on your filesystem) -->
  -  <mount uri-prefix="proto" src="file://c:/my/projects/prototype/"/>
  +  <mount uri-prefix="proto/" src="file://c:/my/projects/prototype/"/>
     
   </mount-table>