donaldp 2002/11/09 19:46:22
Modified: fortress/src/java/org/apache/excalibur/fortress
ContainerManagerConstants.java
Log:
rename some constants
Revision Changes Path
1.13 +4 -2
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/ContainerManagerConstants.java
Index: ContainerManagerConstants.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/ContainerManagerConstants.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ContainerManagerConstants.java 18 Sep 2002 17:52:49 -0000 1.12
+++ ContainerManagerConstants.java 10 Nov 2002 03:46:22 -0000 1.13
@@ -49,6 +49,8 @@
*/
package org.apache.excalibur.fortress;
+import org.apache.avalon.framework.service.ServiceManager;
+
/**
* Provides constants used to access the Context object for container
* managers. A container manager can assume that all these elements are
@@ -67,7 +69,7 @@
/**
* ComponentLocator: The component manager to give to the container.
*/
- String SERVICE_MANAGER = "container.serviceManager";
+ String SERVICE_MANAGER = ServiceManager.class.getName();
/**
* Configuration: The configuration to give to the container.
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>