Author: crossley
Date: Thu Aug 21 23:17:09 2008
New Revision: 687963

URL: http://svn.apache.org/viewvc?rev=687963&view=rev
Log:
source-factories: Only formatting changes. Synchronise comments with cocoon-2.1 
xconf.

Modified:
    
forrest/branches/update_cocoon_2.1.12-dev/main/webapp/WEB-INF/xconf/forrest-core.xconf

Modified: 
forrest/branches/update_cocoon_2.1.12-dev/main/webapp/WEB-INF/xconf/forrest-core.xconf
URL: 
http://svn.apache.org/viewvc/forrest/branches/update_cocoon_2.1.12-dev/main/webapp/WEB-INF/xconf/forrest-core.xconf?rev=687963&r1=687962&r2=687963&view=diff
==============================================================================
--- 
forrest/branches/update_cocoon_2.1.12-dev/main/webapp/WEB-INF/xconf/forrest-core.xconf
 (original)
+++ 
forrest/branches/update_cocoon_2.1.12-dev/main/webapp/WEB-INF/xconf/forrest-core.xconf
 Thu Aug 21 23:17:09 2008
@@ -603,15 +603,22 @@
       | Each source factory adds a special uri schemes to the system.
       +-->
   <source-factories>
-    <component-instance 
class="org.apache.excalibur.source.impl.FileSourceFactory" name="file"/>
     <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:" 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.ZipSourceFactory" name="zip"/>
     <component-instance 
class="org.apache.forrest.locationmap.source.impl.LocationmapSourceFactory" 
name="lm"/>
-    <!-- the "*" protocol handles all uri schemes that are not explicitely 
specified. This includes all
-         JDK standard protocols, with special handling of the "file:" protocol 
which is modifiable
-         (can be written to) and traversable (directory structures can be 
crawled). -->
+
+    <!--+
+        | 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>