mcconnell 2002/12/16 20:49:49 Modified: assembly/src/test/config block.xml Log: Updating for test purposes. Revision Changes Path 1.4 +7 -7 avalon-sandbox/assembly/src/test/config/block.xml Index: block.xml =================================================================== RCS file: /home/cvs/avalon-sandbox/assembly/src/test/config/block.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- block.xml 15 Dec 2002 14:06:31 -0000 1.3 +++ block.xml 17 Dec 2002 04:49:49 -0000 1.4 @@ -7,13 +7,6 @@ <container> - <component name="basic" class="org.apache.avalon.playground.BasicComponent" activation="startup"> - <context class="org.apache.excalibur.playground.BasicContext"> - <entry key="location">My Place</entry> - <import name="avalon:home" key="home" /> - </context> - </component> - <component name="complex" class="org.apache.avalon.playground.ComplexComponent" activation="startup"> <context> <entry key="location" value="Paris"/> @@ -21,6 +14,13 @@ <configuration> <message value="Hello"/> </configuration> + </component> + + <component name="basic" class="org.apache.avalon.playground.BasicComponent" activation="startup"> + <context class="org.apache.avalon.playground.BasicContext"> + <entry key="location">My Place</entry> + <import name="urn:avalon:home" key="home" /> + </context> </component> </container>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>