ammulder    2005/07/26 12:12:46

  Modified:    modules/openejb-builder/src/java/org/openejb/deployment Tag:
                        v2_0_G1M4 EJBConfigurer.java
  Log:

  Module type fix for G1M4 branch
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.4.1   +2 -2      
openejb/modules/openejb-builder/src/java/org/openejb/deployment/EJBConfigurer.java
  
  Index: EJBConfigurer.java
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/java/org/openejb/deployment/EJBConfigurer.java,v
  retrieving revision 1.2
  retrieving revision 1.2.4.1
  diff -u -r1.2 -r1.2.4.1
  --- EJBConfigurer.java        24 Jan 2005 21:16:49 -0000      1.2
  +++ EJBConfigurer.java        26 Jul 2005 16:12:46 -0000      1.2.4.1
  @@ -64,7 +64,7 @@
    */
   public class EJBConfigurer implements ModuleConfigurer {
       public DeploymentConfiguration createConfiguration(DeployableObject 
deployable) {
  -        if (ModuleType.WAR.equals(deployable.getType())) {
  +        if (ModuleType.EJB.equals(deployable.getType())) {
               return new EJBConfiguration(deployable);
           } else {
               return null;
  
  
  

Reply via email to