1 17 18 package org.apache.geronimo.connector.deployment; 19 20 import javax.enterprise.deploy.model.DeployableObject ; 21 22 import org.apache.geronimo.deployment.plugin.DConfigBeanRootSupport; 23 import org.apache.geronimo.deployment.plugin.DeploymentConfigurationSupport; 24 25 31 public class RARConfiguration extends DeploymentConfigurationSupport { 32 33 public RARConfiguration(DeployableObject deployable, DConfigBeanRootSupport dconfigRoot) { 34 super(deployable, dconfigRoot); 35 } 36 } 37 | Popular Tags |