sgoeschl 2005/02/16 03:27:09 Modified: yaafi/src/test TestRoleConfig.xml Log: Synchronizing the current development mit Fulcrum YAAFI Revision Changes Path 1.3 +27 -17 jakarta-turbine-fulcrum/yaafi/src/test/TestRoleConfig.xml Index: TestRoleConfig.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-fulcrum/yaafi/src/test/TestRoleConfig.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- TestRoleConfig.xml 20 Jan 2005 15:48:37 -0000 1.2 +++ TestRoleConfig.xml 16 Feb 2005 11:27:09 -0000 1.3 @@ -2,21 +2,31 @@ <role-list> <role - default-class="org.apache.fulcrum.yaafi.service.servicemanager.ServiceManagerService" - early-init="true" - /> - <role - name="org.apache.fulcrum.yaafi.service.systemproperty.SystemPropertyService" - shorthand="SystemPropertyService" - default-class="org.apache.fulcrum.yaafi.service.systemproperty.SystemPropertyServiceImpl" - early-init="true" - description="Copies name/value pairs into the SystemProperties" - /> - <role - name="org.apache.fulcrum.yaafi.TestComponent" - shorthand="test" - default-class="org.apache.fulcrum.yaafi.TestComponentImpl" - early-init="false" - description="A simple test component" - /> + default-class="org.apache.fulcrum.yaafi.service.servicemanager.ServiceManagerService" + early-init="true" + component-type="merlin" + /> + <role + name="org.apache.fulcrum.yaafi.service.systemproperty.SystemPropertyService" + shorthand="SystemPropertyService" + default-class="org.apache.fulcrum.yaafi.service.systemproperty.SystemPropertyServiceImpl" + early-init="true" + component-type="merlin" + description="Copies name/value pairs into the SystemProperties" + /> + <role + name="org.apache.fulcrum.yaafi.service.reconfiguration.ReconfigurationService" + shorthand="ReconfigurationService" + default-class="org.apache.fulcrum.yaafi.service.reconfiguration.ReconfigurationServiceImpl" + early-init="true" + description="Monitors the componentConfiguration.xml to reconfigure YAAFI" + /> + <role + name="org.apache.fulcrum.yaafi.TestComponent" + shorthand="test" + default-class="org.apache.fulcrum.yaafi.TestComponentImpl" + early-init="false" + component-type="merlin" + description="A simple test component" + /> </role-list> \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]