User: cgjung  
  Date: 02/02/27 23:55:49

  Modified:    src/main/org/jboss/deployment MainDeployer.java
  Log:
  added web service archives (wsr´s) to the deployment ordering.
  
  Revision  Changes    Path
  1.12      +2 -2      jboss-system/src/main/org/jboss/deployment/MainDeployer.java
  
  Index: MainDeployer.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss-system/src/main/org/jboss/deployment/MainDeployer.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- MainDeployer.java 27 Feb 2002 09:24:26 -0000      1.11
  +++ MainDeployer.java 28 Feb 2002 07:55:49 -0000      1.12
  @@ -48,7 +48,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Scott Stark</a>
  - * @version $Revision: 1.11 $
  + * @version $Revision: 1.12 $
    */
   public class MainDeployer
      extends ServiceMBeanSupport
  @@ -74,7 +74,7 @@
      private int id = 0;
      
      /** Given a flat set of files, this is the order of deployment **/
  -   private String[] order = { "sar", "service.xml", "rar", "jar", "war", "ear", 
"zip" };
  +   private String[] order = { "sar", "service.xml", "rar", "jar", "war", "wsr", 
"ear", "zip" };
   
      /** The temporary directory for deployments. */
      private File tempDir;
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to