[Jboss-cvs] JBossAS SVN: r56290 - branches/Branch_4_0/system/src/main/org/jboss/deployment

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Aug 26 08:37:57 EDT 2006


Author: vicky.kak at jboss.com
Date: 2006-08-26 08:37:54 -0400 (Sat, 26 Aug 2006)
New Revision: 56290

Modified:
   branches/Branch_4_0/system/src/main/org/jboss/deployment/DeploymentInfo.java
Log:
Changes done for JBAS-2904 


Modified: branches/Branch_4_0/system/src/main/org/jboss/deployment/DeploymentInfo.java
===================================================================
--- branches/Branch_4_0/system/src/main/org/jboss/deployment/DeploymentInfo.java	2006-08-26 05:15:48 UTC (rev 56289)
+++ branches/Branch_4_0/system/src/main/org/jboss/deployment/DeploymentInfo.java	2006-08-26 12:37:54 UTC (rev 56290)
@@ -166,6 +166,9 @@
    /** Does the deployment url point to a directory */
    public boolean isDirectory;
 
+   /** Are the subdeploymets already sorted */
+   public boolean sortedSubDeployments;
+
    /**
     * 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