Author: crossley
Date: Fri Aug 22 01:59:27 2008
New Revision: 688028

URL: http://svn.apache.org/viewvc?rev=688028&view=rev
Log:
Only formatting changes. Synchronise Lucene, Profiler, and Validator Blocks 
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=688028&r1=688027&r2=688028&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
 Fri Aug 22 01:59:27 2008
@@ -1025,25 +1025,31 @@
 
 <!-- ========== Components used for Lucene-based searching ========== -->
 
- <!-- Include roles -->
- <include src="resource://org/apache/cocoon/components/search/lucene.roles"/>
+  <include src="resource://org/apache/cocoon/components/search/lucene.roles"/>
 
- <!-- Search:
-   These are the components that handle the search. 
-   
-   Cocoon indexer writes into an index.
-   Cocoon searcher reads from an index, returning matched hits.
-   Cocoon crawler crawls all links starting from a given base URI.
-   Lucene xml indexer builds a lucene document from XML content.
-  -->
- <cocoon-indexer     logger="core.search.indexer"/>
- <cocoon-searcher    logger="core.search.searcher"/>  
- <cocoon-crawler     logger="core.search.crawler"/>
- <lucene-xml-indexer logger="core.search.lucene"/>
+  <!-- Search:
+    These are the components that handle the search. 
+    
+    Cocoon indexer write into an index.
+    Cocoon searcher reads form an index, returning matched hits.
+    Cocoon crawler crawls all links starting from a given base URI.
+    Lucene xml indexer build a lucene document from XML content.
+   -->
+  <cocoon-indexer logger="core.search.indexer"/>
+  <cocoon-searcher logger="core.search.searcher"/>  
+  <cocoon-crawler logger="core.search.crawler"/>
+  <lucene-xml-indexer logger="core.search.lucene"/>
 
 <!-- ========== Components used for profiling ========== -->
- <include 
src="resource://org/apache/cocoon/components/profiler/profiler.roles"/>
- <profiler results="20"/><!-- default is 10 -->
+
+  <include 
src="resource://org/apache/cocoon/components/profiler/profiler.roles"/>
+
+  <!--+ 
+      | Profiler:
+      | The profiler facilitates the gathering of statistics about timings of
+      | different steps of pipelines.
+      +-->
+  <profiler results="20"/><!-- default is 10 -->
 
 <!-- ========== Components used for debugging ========== -->
 <!--+
@@ -1067,8 +1073,8 @@
       |   class="org.apache.cocoon.components.validation.impl.DefaultValidator"
       +-->
   <validator logger="core.validation">
-    <schema-parser name="jing" 
class="org.apache.cocoon.components.validation.jing.JingSchemaParser"/>
-    <schema-parser name="jaxp" 
class="org.apache.cocoon.components.validation.jaxp.JaxpSchemaParser">
+    <schema-parser 
class="org.apache.cocoon.components.validation.jing.JingSchemaParser" 
name="jing"/>
+    <schema-parser 
class="org.apache.cocoon.components.validation.jaxp.JaxpSchemaParser" 
name="jaxp">
       
<factory-class>org.apache.xerces.jaxp.validation.XMLSchemaFactory</factory-class>
     </schema-parser>
   </validator>