[Jboss-cvs] JBossAS SVN: r55159 - trunk/system/src/main/org/jboss/deployment

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 4 02:01:15 EDT 2006


Author: vicky.kak at jboss.com
Date: 2006-08-04 02:01:11 -0400 (Fri, 04 Aug 2006)
New Revision: 55159

Modified:
   trunk/system/src/main/org/jboss/deployment/DeploymentInfo.java
Log:
Changes done for JBAS-2194 

Modified: trunk/system/src/main/org/jboss/deployment/DeploymentInfo.java
===================================================================
--- trunk/system/src/main/org/jboss/deployment/DeploymentInfo.java	2006-08-04 04:58:32 UTC (rev 55158)
+++ trunk/system/src/main/org/jboss/deployment/DeploymentInfo.java	2006-08-04 06:01:11 UTC (rev 55159)
@@ -166,6 +166,8 @@
    /** Does the deployment url point to a directory */
    public boolean isDirectory;
 
+   /** Are the subdeploymets already sorted */
+   public boolean sortedSubDeployments = false ; 
    /**
     * The variable <code>deployedObject</code> can contain the MBean that
     * is created through the deployment.  for instance, deploying an ejb-jar




More information about the jboss-cvs-commits mailing list