mcconnell 2002/12/16 20:40:39
Modified: merlin/src/test/org/apache/avalon/playground
StandardComponent.java StandardComponent.xinfo
Log:
Updates to logging messages.
Revision Changes Path
1.2 +1 -1
avalon-sandbox/merlin/src/test/org/apache/avalon/playground/StandardComponent.java
Index: StandardComponent.java
===================================================================
RCS file:
/home/cvs/avalon-sandbox/merlin/src/test/org/apache/avalon/playground/StandardComponent.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StandardComponent.java 11 Dec 2002 01:32:02 -0000 1.1
+++ StandardComponent.java 17 Dec 2002 04:40:39 -0000 1.2
@@ -140,7 +140,7 @@
*/
public void stop()
{
- getLogger().info( "stopping" );
+ getLogger().debug( "stopping" );
}
/**
1.2 +12 -9
avalon-sandbox/merlin/src/test/org/apache/avalon/playground/StandardComponent.xinfo
Index: StandardComponent.xinfo
===================================================================
RCS file:
/home/cvs/avalon-sandbox/merlin/src/test/org/apache/avalon/playground/StandardComponent.xinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StandardComponent.xinfo 11 Dec 2002 01:32:02 -0000 1.1
+++ StandardComponent.xinfo 17 Dec 2002 04:40:39 -0000 1.2
@@ -16,15 +16,7 @@
<type>
<info>
- <name>basic</name>
- <!--
- <attributes>
- <attribute key="urn:assembly:appliance.factory-service"
- value="org.apache.avalon.merlin.block.BlockFactory"/>
- <attribute key="urn:assembly:appliance.factory-version"
- value="1.0"/>
- </attributes>
- -->
+ <name>standard</name>
</info>
<context type="org.apache.avalon.playground.StandardContextInterface">
@@ -37,6 +29,17 @@
<reference type="org.apache.avalon.playground.StandardService" version="1.1"/>
</service>
</services>
+
+ <dependencies>
+ <!--
+ Declaration of the services that this component type is
+ dependent on.
+ <dependency>
+ <role>fake</role>
+ <reference type="Xxx" version="1.1"/>
+ </dependency>
+ -->
+ </dependencies>
</type>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>