[jboss-cvs] system2/src/main/org/jboss/deployers/plugins ...

Scott Stark scott.stark at jboss.com
Mon Jul 10 23:48:25 EDT 2006


  User: starksm 
  Date: 06/07/10 23:48:25

  Modified:    src/main/org/jboss/deployers/plugins  DeployerConstants.java
  Log:
  Change bean deployer suffixies to .beans and -beans.xml
  
  Revision  Changes    Path
  1.2       +3 -3      system2/src/main/org/jboss/deployers/plugins/DeployerConstants.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DeployerConstants.java
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/main/org/jboss/deployers/plugins/DeployerConstants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- DeployerConstants.java	21 Jan 2005 11:50:25 -0000	1.1
  +++ DeployerConstants.java	11 Jul 2006 03:48:25 -0000	1.2
  @@ -17,7 +17,7 @@
    * of default AspectDeployer relative orders
    * 
    * @author <a href="mailto:dimitris at jboss.org">Dimitris Andreadis</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class DeployerConstants
   {
  @@ -36,8 +36,8 @@
      public static final String DEPLOYER_XML_ENHANCED_SUFFIX = "110:-deployer.xml";
      public static final String AOP_ENHANCED_SUFFIX          = "120:.aop";
      public static final String AOP_XML_ENHANCED_SUFFIX      = "130:-aop.xml";
  -   public static final String BEAN_ENHANCED_SUFFIX         = "140:.bean";
  -   public static final String BEAN_XML_ENHANCED_SUFFIX     = "150:-bean.xml";   
  +   public static final String BEAN_ENHANCED_SUFFIX         = "140:.beans";
  +   public static final String BEAN_XML_ENHANCED_SUFFIX     = "150:-beans.xml";   
      public static final String SAR_ENHANCED_SUFFIX          = "160:.sar";
      public static final String SAR_XML_ENHANCED_SUFFIX      = "170:-service.xml";
      public static final String RAR_ENHANCED_SUFFIX          = "180:.rar";
  
  
  



More information about the jboss-cvs-commits mailing list