[Jboss-cvs] JBossAS SVN: r55518 - branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 11 02:41:35 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-11 02:41:34 -0400 (Fri, 11 Aug 2006)
New Revision: 55518

Modified:
   branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins/DeployerConstants.java
Log:
Add a CLASSLOADER constant

Modified: branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins/DeployerConstants.java
===================================================================
--- branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins/DeployerConstants.java	2006-08-11 06:40:12 UTC (rev 55517)
+++ branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins/DeployerConstants.java	2006-08-11 06:41:34 UTC (rev 55518)
@@ -72,6 +72,11 @@
     *  or ClassLoadingDeployer metadata will be added.
     */
    public static final String DEPLOYER_ALLOWS_IMPLICIT_CLASSPATH = "implicitClasspath";
+   /**
+    * The key into the DeploymentContext.contextData for the deployment
+    * class loader.
+    */
+   public static final String CLASSLOADER = "classloader";
 
    public static final int DEFAULT_SUFFIX_ORDER            = 500;
    




More information about the jboss-cvs-commits mailing list