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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 15 05:42:15 EDT 2006


Author: vicky.kak at jboss.com
Date: 2006-08-15 05:42:12 -0400 (Tue, 15 Aug 2006)
New Revision: 55932

Modified:
   branches/Branch_4_0/system/src/main/org/jboss/deployment/DeploymentInfo.java
Log:
Changed Done for JBAS-3503
(Removing JBAS-2904 changes)

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-15 09:31:02 UTC (rev 55931)
+++ branches/Branch_4_0/system/src/main/org/jboss/deployment/DeploymentInfo.java	2006-08-15 09:42:12 UTC (rev 55932)
@@ -166,9 +166,6 @@
    /** 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