You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2005/12/06 21:57:32 UTC

svn commit: r354547 - /geronimo/trunk/configs/geronimo-gbean-deployer/src/plan/plan.xml

Author: djencks
Date: Tue Dec  6 12:57:29 2005
New Revision: 354547

URL: http://svn.apache.org/viewcvs?rev=354547&view=rev
Log:
use standard name for deployer

Modified:
    geronimo/trunk/configs/geronimo-gbean-deployer/src/plan/plan.xml

Modified: geronimo/trunk/configs/geronimo-gbean-deployer/src/plan/plan.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/geronimo-gbean-deployer/src/plan/plan.xml?rev=354547&r1=354546&r2=354547&view=diff
==============================================================================
--- geronimo/trunk/configs/geronimo-gbean-deployer/src/plan/plan.xml (original)
+++ geronimo/trunk/configs/geronimo-gbean-deployer/src/plan/plan.xml Tue Dec  6 12:57:29 2005
@@ -24,7 +24,7 @@
 
 
     <!-- Deployer used to process modules and plans -->
-    <gbean gbeanName="geronimo.maven:name=Deployer,j2eeType=Deployer,J2EEModule=${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/car" class="org.apache.geronimo.deployment.Deployer">
+    <gbean name="Deployer" class="org.apache.geronimo.deployment.Deployer">
         <references name="Store">
             <!--gbean-name>geronimo.maven:name=MavenConfigStore,j2eeType=ConfigurationStore</gbean-name-->
             <pattern><gbean-name>geronimo.maven:name=MavenConfigStore,j2eeType=ConfigurationStore</gbean-name></pattern>