1 17 18 package org.apache.geronimo.tomcat.deployment; 19 20 import javax.enterprise.deploy.model.DeployableObject ; 21 22 import org.apache.geronimo.deployment.plugin.DeploymentConfigurationSupport; 23 24 27 public class WARConfiguration extends DeploymentConfigurationSupport { 28 public WARConfiguration(DeployableObject deployable) { 29 super(deployable, new WebAppDConfigRoot(deployable.getDDBeanRoot())); 30 } 31 } 32 | Popular Tags |