stefano     01/12/11 15:12:45

  Modified:    src/org/apache/cocoon cocoon.roles
  Log:
  adding the search components to the role list
  
  Revision  Changes    Path
  1.33      +18 -0     xml-cocoon2/src/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- cocoon.roles      2001/12/10 12:56:22     1.32
  +++ cocoon.roles      2001/12/11 23:12:45     1.33
  @@ -148,4 +148,22 @@
          shorthand="monitor"
          default-class="org.apache.avalon.excalibur.monitor.ActiveMonitor"/>
   
  + <!-- Lucene Components -->
  + 
  + <role name="org.apache.cocoon.components.lucene.LuceneCocoonIndexer"
  +       shorthand="lucene-cocoon-indexer"
  +       
default-class="org.apache.cocoon.components.lucene.SimpleLuceneCocoonIndexerImpl"/>
  + 
  + <role name="org.apache.cocoon.components.lucene.LuceneCocoonSearcher"
  +       shorthand="lucene-cocoon-searcher"
  +       
default-class="org.apache.cocoon.components.lucene.SimpleLuceneCocoonSearcherImpl"/>
  + 
  + <role name="org.apache.cocoon.components.lucene.CocoonCrawler"
  +       shorthand="cocoon-crawler"
  +       default-class="org.apache.cocoon.components.lucene.SimpleCocoonCrawlerImpl"/>
  + 
  + <role name="org.apache.cocoon.components.lucene.LuceneXMLIndexer"
  +       shorthand="lucene-xml-indexer"
  +       
default-class="org.apache.cocoon.components.lucene.SimpleLuceneXMLIndexerImpl"/>
  +
   </role-list>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to