Author: crossley Date: Thu Aug 21 22:55:20 2008 New Revision: 687953 URL: http://svn.apache.org/viewvc?rev=687953&view=rev Log: Move "source-factories" down to "Protocol Handlers" section to enable comparison with cocoon-2.1 xconf. No actual changes.
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=687953&r1=687952&r2=687953&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 22:55:20 2008 @@ -306,24 +306,6 @@ <!-- ================================= XML ================================ --> <!--+ - | Source Factories - | - | 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"/> - <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). --> - <component-instance class="org.apache.excalibur.source.impl.URLSourceFactory" name="*"/> - </source-factories> - - <!--+ | Entity resolution catalogs | | The following parameters are the system-wide configuration for Forrest. @@ -615,6 +597,23 @@ <!-- ========================= Protocol Handlers =========================== --> + <!--+ + | Source Factories + | + | 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"/> + <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). --> + <component-instance class="org.apache.excalibur.source.impl.URLSourceFactory" name="*"/> + </source-factories> <!-- ================ Internationalization Catalogs =================== -->