CVS: plexus-container-new/src/java/org/apache/plexus PlexusConstants.java,1.1.1.1,1.2
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-container-new/src/java/org/apache/plexus
In directory eng.werken.com:/tmp/cvs-serv3310
Modified Files:
PlexusConstants.java
Log Message:
o Adding tag for common.classloader. same nomenclature as phoenix.
Index: PlexusConstants.java
===================================================================
RCS file: /cvsroot/plexus/plexus-container-new/src/java/org/apache/plexus/PlexusConstants.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- PlexusConstants.java 29 Mar 2003 03:49:44 -0000 1.1.1.1
+++ PlexusConstants.java 24 Apr 2003 03:03:37 -0000 1.2
@@ -118,7 +118,8 @@
/** Key to retrieve the <code>File</code> plexus runtime root, if
any. */
- public static final String RESOURCE_MANAGER_KEY =
- "plexus:resource-manager";
+ public static final String RESOURCE_MANAGER_KEY = "plexus:resource-manager";
+ /** Common classloader */
+ public static final String COMMON_CLASSLOADER = "common.classloader";
}