1 17 18 package org.apache.geronimo.deployment.plugin.application; 19 20 import javax.enterprise.deploy.model.DeployableObject ; 21 22 import org.apache.geronimo.deployment.plugin.DeploymentConfigurationSupport; 23 24 29 public class EARConfiguration extends DeploymentConfigurationSupport{ 30 public EARConfiguration(DeployableObject deployable) { 31 super(deployable, null); 32 } 33 } 34 | Popular Tags |