bdelacretaz 2003/12/04 05:38:59
Modified: . mount-table.xml.sample
Log:
note about ending slash
Revision Changes Path
1.2 +6 -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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mount-table.xml.sample 13 Nov 2003 18:10:20 -0000 1.1
+++ mount-table.xml.sample 4 Dec 2003 13:38:59 -0000 1.2
@@ -17,11 +17,15 @@
the sources, often leading to sync problems.
-->
- <!-- example: mount the woody source samples at "woody-samples/" -->
+ <!--
+ 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/"/>
+
<!-- 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-table>
\ No newline at end of file
+</mount-table>