antonio     2004/07/11 12:47:56

  Modified:    src/blocks/cron/samples sitemap.xmap docs.xml cron.xml
               src/blocks/cron/conf cron.xconf cron.xsamples
                        cron-category.xlog cron-target.xlog
               src/blocks/lucene/conf lucene.xmap lucene.xconf
                        lucene.xsamples lucene.samplesxpipe lucene.xroles
  Log:
  Adding CVS tags
  
  Revision  Changes    Path
  1.5       +1 -0      cocoon-2.1/src/blocks/cron/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/cron/samples/sitemap.xmap,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sitemap.xmap      11 Mar 2004 16:25:47 -0000      1.4
  +++ sitemap.xmap      11 Jul 2004 19:47:56 -0000      1.5
  @@ -14,6 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  +<!-- CVS $Id$ -->
   <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";>
   
   <!-- =========================== Views =================================== 
-->
  
  
  
  1.5       +1 -1      cocoon-2.1/src/blocks/cron/samples/docs.xml
  
  Index: docs.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/cron/samples/docs.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- docs.xml  6 Mar 2004 02:25:47 -0000       1.4
  +++ docs.xml  11 Jul 2004 19:47:56 -0000      1.5
  @@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -
  +<!-- CVS $Id$ -->
   <document>
       <body>
           <section>
  
  
  
  1.6       +1 -0      cocoon-2.1/src/blocks/cron/samples/cron.xml
  
  Index: cron.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/cron/samples/cron.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cron.xml  6 Mar 2004 02:25:47 -0000       1.5
  +++ cron.xml  11 Jul 2004 19:47:56 -0000      1.6
  @@ -14,6 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  +<!-- CVS $Id$ -->
   <document xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
       <body>
           <row>
  
  
  
  1.4       +12 -12    cocoon-2.1/src/blocks/cron/conf/cron.xconf
  
  Index: cron.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/cron/conf/cron.xconf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cron.xconf        9 Jun 2004 10:55:40 -0000       1.3
  +++ cron.xconf        11 Jul 2004 19:47:56 -0000      1.4
  @@ -14,6 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  +
   <xconf xpath="/cocoon" unless="[EMAIL 
PROTECTED]'org.apache.cocoon.components.cron.JobScheduler']">
   
       <component role="org.apache.cocoon.components.cron.JobScheduler"
  @@ -81,19 +82,19 @@
                   <months>*</months>
                   <weekdays>SUN-FRI</weekdays>
               </trigger>
  -                                             <trigger name="pipeline-test"
  -                                                              
target="org.apache.cocoon.components.cron.CronJob/pipeline-test"
  -                                                              
concurrent-runs="true">
  -                                                     <minutes>0</minutes>
  -                                                     <hours>12</hours>
  -                                                     <days>?</days>
  -                                                     <months>*</months>
  -                                                     
<weekdays>MON-FRI</weekdays>
  -                                             </trigger>
  +                     <trigger name="pipeline-test"
  +                                      
target="org.apache.cocoon.components.cron.CronJob/pipeline-test"
  +                                      concurrent-runs="true">
  +                             <minutes>0</minutes>
  +                             <hours>12</hours>
  +                             <days>?</days>
  +                             <months>*</months>
  +                             <weekdays>MON-FRI</weekdays>
  +                     </trigger>
               -->
           </triggers>
       </component>
  -  
  +
       <!-- sample definition of cron job -->
       <component role="org.apache.cocoon.components.cron.CronJob/test"
                  class="org.apache.cocoon.components.cron.TestCronJob"
  @@ -101,12 +102,11 @@
           <msg>I'm here</msg>
           <sleep>23000</sleep>
       </component>
  -  
  +
       <!-- sample definition of CocoonPipelineCronJob
       <component role="org.apache.cocoon.components.cron.CronJob/pipeline-test"
                  
class="org.apache.cocoon.components.cron.CocoonPipelineCronJob"
                  logger="cron.pipeline">
           <pipeline>samples/hello-world/hello.xhtml</pipeline>
       </component> -->
  -    
   </xconf>
  
  
  
  1.4       +1 -1      cocoon-2.1/src/blocks/cron/conf/cron.xsamples
  
  Index: cron.xsamples
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/cron/conf/cron.xsamples,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cron.xsamples     1 Apr 2004 19:01:03 -0000       1.3
  +++ cron.xsamples     11 Jul 2004 19:47:56 -0000      1.4
  @@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -
  +<!-- CVS $Id$ -->
   <xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Cron']">
   
     <group name="Cron">
  
  
  
  1.4       +1 -0      cocoon-2.1/src/blocks/cron/conf/cron-category.xlog
  
  Index: cron-category.xlog
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/cron/conf/cron-category.xlog,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cron-category.xlog        6 Mar 2004 02:26:05 -0000       1.3
  +++ cron-category.xlog        11 Jul 2004 19:47:56 -0000      1.4
  @@ -14,6 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  +<!-- CVS $Id$ -->
   <xlog xpath="/logkit/categories"
         unless="[EMAIL PROTECTED]'cron']">
   
  
  
  
  1.3       +1 -0      cocoon-2.1/src/blocks/cron/conf/cron-target.xlog
  
  Index: cron-target.xlog
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/cron/conf/cron-target.xlog,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cron-target.xlog  6 Mar 2004 02:26:05 -0000       1.2
  +++ cron-target.xlog  11 Jul 2004 19:47:56 -0000      1.3
  @@ -14,6 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  +<!-- CVS $Id$ -->
   <xlog xpath="/logkit/targets" unless="[EMAIL PROTECTED]'cron']">
       <!-- The logger for the cron components -->
       <cocoon id="cron">
  
  
  
  1.3       +1 -1      cocoon-2.1/src/blocks/lucene/conf/lucene.xmap
  
  Index: lucene.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/lucene/conf/lucene.xmap,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lucene.xmap       6 Mar 2004 02:25:58 -0000       1.2
  +++ lucene.xmap       11 Jul 2004 19:47:56 -0000      1.3
  @@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -
  +<!-- CVS $Id$ -->
   <xmap xpath="/sitemap/components/generators"
         unless="[EMAIL PROTECTED]'search']">
       <map:generator name="search" 
src="org.apache.cocoon.generation.SearchGenerator"/>
  
  
  
  1.3       +1 -1      cocoon-2.1/src/blocks/lucene/conf/lucene.xconf
  
  Index: lucene.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/lucene/conf/lucene.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lucene.xconf      6 Mar 2004 02:25:58 -0000       1.2
  +++ lucene.xconf      11 Jul 2004 19:47:56 -0000      1.3
  @@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -
  +<!-- CVS $Id$ -->
   <xconf xpath="/cocoon" unless="cocoon-indexer">
   
     <!-- Search:
  
  
  
  1.5       +1 -1      cocoon-2.1/src/blocks/lucene/conf/lucene.xsamples
  
  Index: lucene.xsamples
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/lucene/conf/lucene.xsamples,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- lucene.xsamples   1 Apr 2004 19:01:03 -0000       1.4
  +++ lucene.xsamples   11 Jul 2004 19:47:56 -0000      1.5
  @@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -
  +<!-- CVS $Id$ -->
   <xsamples xpath="/samples" unless="[EMAIL PROTECTED]'Lucene']">
   
     <group name="Lucene">
  
  
  
  1.5       +1 -1      cocoon-2.1/src/blocks/lucene/conf/lucene.samplesxpipe
  
  Index: lucene.samplesxpipe
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/lucene/conf/lucene.samplesxpipe,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- lucene.samplesxpipe       6 Mar 2004 02:25:58 -0000       1.4
  +++ lucene.samplesxpipe       11 Jul 2004 19:47:56 -0000      1.5
  @@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  -
  +<!-- CVS $Id$ -->
   <samplesxpipe xpath="/sitemap/pipelines"
          unless="pipeline/[EMAIL PROTECTED]'search/**']">
   
  
  
  
  1.3       +1 -0      cocoon-2.1/src/blocks/lucene/conf/lucene.xroles
  
  Index: lucene.xroles
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/lucene/conf/lucene.xroles,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lucene.xroles     6 Mar 2004 02:25:58 -0000       1.2
  +++ lucene.xroles     11 Jul 2004 19:47:56 -0000      1.3
  @@ -14,6 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  +<!-- CVS $Id$ -->
   <xroles xpath="/role-list" unless="[EMAIL 
PROTECTED]'org.apache.cocoon.components.search.LuceneCocoonIndexer']">
   
     <!-- Lucene Components -->
  
  
  

Reply via email to