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/05/13 03:06:36 UTC

svn commit: r405972 - in /geronimo/branches/1.1/configs: client-corba/project.xml j2ee-corba/project.xml

Author: djencks
Date: Fri May 12 18:06:35 2006
New Revision: 405972

URL: http://svn.apache.org/viewcvs?rev=405972&view=rev
Log:
add a couple dependencies that may cause problems if missing

Modified:
    geronimo/branches/1.1/configs/client-corba/project.xml
    geronimo/branches/1.1/configs/j2ee-corba/project.xml

Modified: geronimo/branches/1.1/configs/client-corba/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/configs/client-corba/project.xml?rev=405972&r1=405971&r2=405972&view=diff
==============================================================================
--- geronimo/branches/1.1/configs/client-corba/project.xml (original)
+++ geronimo/branches/1.1/configs/client-corba/project.xml Fri May 12 18:06:35 2006
@@ -59,6 +59,15 @@
                 <packaging.config.order>3</packaging.config.order>
             </properties>
         </dependency>
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>axis-deployer</artifactId>
+            <version>${geronimo_version}</version>
+            <type>car</type>
+            <properties>
+                <packaging.config.order>4</packaging.config.order>
+            </properties>
+        </dependency>
 
         <!-- parent config -->
         <dependency>

Modified: geronimo/branches/1.1/configs/j2ee-corba/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/configs/j2ee-corba/project.xml?rev=405972&r1=405971&r2=405972&view=diff
==============================================================================
--- geronimo/branches/1.1/configs/j2ee-corba/project.xml (original)
+++ geronimo/branches/1.1/configs/j2ee-corba/project.xml Fri May 12 18:06:35 2006
@@ -59,7 +59,17 @@
                 <packaging.config.order>3</packaging.config.order>
             </properties>
         </dependency>
-         <!-- parent config -->
+        <dependency>
+            <groupId>geronimo</groupId>
+            <artifactId>axis-deployer</artifactId>
+            <version>${geronimo_version}</version>
+            <type>car</type>
+            <properties>
+                <packaging.config.order>4</packaging.config.order>
+            </properties>
+        </dependency>
+
+        <!-- parent config -->
         <dependency>
             <groupId>geronimo</groupId>
             <artifactId>j2ee-server</artifactId>