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

svn commit: r354361 - /geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml

Author: dblevins
Date: Tue Dec  6 00:34:05 2005
New Revision: 354361

URL: http://svn.apache.org/viewcvs?rev=354361&view=rev
Log:
Shaved back down to the minimal required components to load on startup

Modified:
    geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml

Modified: geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml
URL: http://svn.apache.org/viewcvs/geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml?rev=354361&r1=354360&r2=354361&view=diff
==============================================================================
--- geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml (original)
+++ geronimo/gbuild/trunk/gbuild-agent-application/src/conf/application.xml Tue Dec  6 00:34:05 2005
@@ -5,6 +5,7 @@
       <role>org.apache.geronimo.gbuild.agent.BuildAgent</role>
       <role-hint>build-executor</role-hint>
     </component>
+    <!--
     <component>
       <role>org.apache.geronimo.gbuild.agent.BuildAgent</role>
       <role-hint>build-producer</role-hint>
@@ -17,12 +18,11 @@
       <role>org.apache.geronimo.gbuild.agent.BuildAgent</role>
       <role-hint>ping-monitor</role-hint>
     </component>
-<!--
--->
     <component>
       <role>org.apache.geronimo.gbuild.agent.BuildAgent</role>
       <role-hint>build-activity</role-hint>
     </component>
+    -->
   </load-on-start>
 
   <resources>