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 2008/09/17 19:18:31 UTC

svn commit: r696375 - /geronimo/sandbox/djencks/assemblies/geronimo-tomcat-farm-controller/pom.xml

Author: djencks
Date: Wed Sep 17 10:18:31 2008
New Revision: 696375

URL: http://svn.apache.org/viewvc?rev=696375&view=rev
Log:
alter startup order so server plugin repo servlet is started before farm controller asks the farm members to use it

Modified:
    geronimo/sandbox/djencks/assemblies/geronimo-tomcat-farm-controller/pom.xml

Modified: geronimo/sandbox/djencks/assemblies/geronimo-tomcat-farm-controller/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/assemblies/geronimo-tomcat-farm-controller/pom.xml?rev=696375&r1=696374&r2=696375&view=diff
==============================================================================
--- geronimo/sandbox/djencks/assemblies/geronimo-tomcat-farm-controller/pom.xml (original)
+++ geronimo/sandbox/djencks/assemblies/geronimo-tomcat-farm-controller/pom.xml Wed Sep 17 10:18:31 2008
@@ -96,13 +96,6 @@
             <type>jar</type>
         </dependency>
 -->
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>plugin-farm</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
 <!-- stuff not from above plugingroups, yet in tomcat-javaee5 assembly -->
     <dependency>
         <groupId>org.apache.geronimo.plugins</groupId>
@@ -148,6 +141,13 @@
         <type>car</type>
     </dependency>
 
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>plugin-farm</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
     <dependency>
     <groupId>org.apache.geronimo.configs</groupId>
     <artifactId>controller-as-repo</artifactId>