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 2006/12/06 22:11:23 UTC

svn commit: r483226 - in /geronimo/server/trunk: configs/geronimo-gbean-deployer/pom.xml configs/hot-deployer/pom.xml modules/geronimo-service-builder/pom.xml

Author: djencks
Date: Wed Dec  6 13:11:19 2006
New Revision: 483226

URL: http://svn.apache.org/viewvc?view=rev&rev=483226
Log:
GERONIMO-2583 Make the hot deployer work by moving an unneeded dependency from geronimo-gbean-deployer to hot-deployer

Modified:
    geronimo/server/trunk/configs/geronimo-gbean-deployer/pom.xml
    geronimo/server/trunk/configs/hot-deployer/pom.xml
    geronimo/server/trunk/modules/geronimo-service-builder/pom.xml

Modified: geronimo/server/trunk/configs/geronimo-gbean-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/geronimo-gbean-deployer/pom.xml?view=diff&rev=483226&r1=483225&r2=483226
==============================================================================
--- geronimo/server/trunk/configs/geronimo-gbean-deployer/pom.xml (original)
+++ geronimo/server/trunk/configs/geronimo-gbean-deployer/pom.xml Wed Dec  6 13:11:19 2006
@@ -48,17 +48,7 @@
             <version>${version}</version>
         </dependency>
         
-        <!-- bootstrap -->
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-deploy-tool</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-deploy-config</artifactId>
-            <version>${version}</version>
-        </dependency>
+        <!-- required for environment dconfigbean support -->
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId>

Modified: geronimo/server/trunk/configs/hot-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/hot-deployer/pom.xml?view=diff&rev=483226&r1=483225&r2=483226
==============================================================================
--- geronimo/server/trunk/configs/hot-deployer/pom.xml (original)
+++ geronimo/server/trunk/configs/hot-deployer/pom.xml Wed Dec  6 13:11:19 2006
@@ -57,6 +57,12 @@
         
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-deploy-tool</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-deploy-jsr88</artifactId>
             <version>${version}</version>
         </dependency>

Modified: geronimo/server/trunk/modules/geronimo-service-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-service-builder/pom.xml?view=diff&rev=483226&r1=483225&r2=483226
==============================================================================
--- geronimo/server/trunk/modules/geronimo-service-builder/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-service-builder/pom.xml Wed Dec  6 13:11:19 2006
@@ -51,6 +51,7 @@
             <version>${version}</version>
         </dependency>
 
+        <!-- required for environment dconfigbean support -->
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>geronimo-deploy-config</artifactId>