vgritsenko 2004/06/16 07:44:56
Modified: src/webapp/WEB-INF cocoon.xconf
Log:
comments
Revision Changes Path
1.50 +11 -5 cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/cocoon.xconf,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- cocoon.xconf 9 Jun 2004 09:41:16 -0000 1.49
+++ cocoon.xconf 16 Jun 2004 14:44:56 -0000 1.50
@@ -243,15 +243,21 @@
<component-instance
class="org.apache.excalibur.source.impl.ResourceSourceFactory" name="resource"/>
<component-instance
class="org.apache.cocoon.components.source.impl.ContextSourceFactory"
name="context"/>
<component-instance
class="org.apache.cocoon.components.source.impl.SitemapSourceFactory"
name="cocoon"/>
- <!-- The "file:" protocol is modifiable (can be written to) and
traversable (directory structures
- can be crawled). -->
+ <!--+
+ | The "file:" source protocol is modifiable (can be written to) and
+ | traversable (directory structures can be crawled).
+ +-->
<component-instance
class="org.apache.excalibur.source.impl.FileSourceFactory" name="file"/>
<component-instance
class="org.apache.cocoon.components.source.impl.PartSourceFactory"
name="upload"/>
- <!-- the "*" protocol handles all uri schemes that are not explicitely
specified. This includes all
- JDK standard protocols. -->
- <component-instance
class="org.apache.excalibur.source.impl.URLSourceFactory" name="*"/>
<component-instance
class="org.apache.cocoon.components.source.impl.ModuleSourceFactory"
name="module"/>
+
+ <!--+
+ | The "*" protocol handles all uri schemes that are not explicitely
+ | specified. This includes all JDK standard protocols.
+ +-->
+ <component-instance
class="org.apache.excalibur.source.impl.URLSourceFactory" name="*"/>
</source-factories>
+
<!--+
| Entity resolution catalogs
|