You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/05/04 19:45:32 UTC

cvs commit: avalon-cornerstone/threads/tutorial/src/conf/BLOCK-INF block.xml

mcconnell    2003/05/04 10:45:32

  Added:       threads/tutorial/src/conf/BLOCK-INF block.xml
  Log:
  Tutorial deployment directives.
  
  Revision  Changes    Path
  1.1                  avalon-cornerstone/threads/tutorial/src/conf/BLOCK-INF/block.xml
  
  Index: block.xml
  ===================================================================
  
  <!--
  Thread Tutorial.
  -->
  
  <block>
  
     <info>
       <name>threads-tutorial</name>
     </info>
  
     <implementation>
  
       <categories priority="INFO"/>
  
       <engine>
         <classpath>
           <repository>
             <resource id="cornerstone:cornerstone-threads-api" version="1.0"/>
             <resource id="excalibur:excalibur-thread" version="1.1.1"/>
             <resource id="excalibur:excalibur-event" version="2.0"/>
           </repository>
         </classpath>
       </engine>
  
       <include id="cornerstone:cornerstone-threads-impl" version="1.0"/>
  
       <component name="test" 
          class="org.apache.avalon.cornerstone.threads.tutorial.ThreadConsumer" 
          activation="true"/>
  
     </implementation>
  
  </block>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org