[Jboss-cvs] JBossAS SVN: r55176 - branches/Branch_4_0/system/src/main/org/jboss/deployment
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 4 07:33:48 EDT 2006
Author: vicky.kak at jboss.com
Date: 2006-08-04 07:33:44 -0400 (Fri, 04 Aug 2006)
New Revision: 55176
Modified:
branches/Branch_4_0/system/src/main/org/jboss/deployment/DeploymentInfo.java
Log:
Changes done for JBAS-2194
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-04 08:59:53 UTC (rev 55175)
+++ branches/Branch_4_0/system/src/main/org/jboss/deployment/DeploymentInfo.java 2006-08-04 11:33:44 UTC (rev 55176)
@@ -166,6 +166,9 @@
/** 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