mcconnell 2002/12/16 20:48:11
Modified: merlin/src/test/config block.xml
Log:
Updating for test purposes.
Revision Changes Path
1.5 +7 -27 avalon-sandbox/merlin/src/test/config/block.xml
Index: block.xml
===================================================================
RCS file: /home/cvs/avalon-sandbox/merlin/src/test/config/block.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- block.xml 15 Dec 2002 14:13:03 -0000 1.4
+++ block.xml 17 Dec 2002 04:48:11 -0000 1.5
@@ -1,42 +1,22 @@
<!--
-Merlin default kernel configuration.
+Sample block descriptor.
-->
<block>
- <!--
- Block information.
- -->
-
- <info>
- <name>standard</name>
- </info>
-
- <!--
- Declaration the services provided by this block.
- -->
-
- <services>
- <service>
- <reference type="org.apache.avalon.playground.StandardService"/>
- </service>
- </services>
-
- <!--
- Declaration the block implemetation.
- -->
-
<container>
- <component name="basic" class="org.apache.avalon.playground.StandardComponent"
activation="startup">
- <categories priority="DEBUG"/>
- <context class="org.apache.avalon.playground.StandardComponent">
- <entry key="location">My Place</entry>
+ <component name="default"
class="org.apache.avalon.playground.StandardComponent" activation="startup">
+ <context class="org.apache.avalon.playground.StandardContext">
+ <entry key="location">New York</entry>
<import name="urn:avalon:home" key="home" />
</context>
</component>
+ <container name="test"/>
+
</container>
+
</block>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>