mcconnell    2003/12/29 16:43:50

  Added:       merlin-test/hello/conf block.xml config.xml hello.block
  Log:
  Add configs.
  
  Revision  Changes    Path
  1.1                  avalon-sandbox/merlin-test/hello/conf/block.xml
  
  Index: block.xml
  ===================================================================
  
  <container name="tutorial">
  
     <component name="hello" class="tutorial.HelloComponent"/>
  
  </container>
  
  
  
  1.1                  avalon-sandbox/merlin-test/hello/conf/config.xml
  
  Index: config.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  
  <targets>
  
    <target path="/tutorial/hello">
      <categories priority="INFO"/>
    </target>
  
  </targets>
  
  
  
  1.1                  avalon-sandbox/merlin-test/hello/conf/hello.block
  
  Index: hello.block
  ===================================================================
  
  <container name="tutorial">
  
     <classloader>
       <classpath>
         <repository>
           <resource id="merlin/tutorial:hello" version="1.1"/>
         </repository>
       </classpath>
     </classloader>
  
     <component name="hello" class="tutorial.HelloComponent"/>
  
  </container>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to