You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/07/10 07:01:51 UTC

svn commit: r209994 - /maven/continuum/trunk/continuum-plexus-application/src/conf/application.xml

Author: jvanzyl
Date: Sat Jul  9 22:01:50 2005
New Revision: 209994

URL: http://svn.apache.org/viewcvs?rev=209994&view=rev
Log:
removing unused components

Modified:
    maven/continuum/trunk/continuum-plexus-application/src/conf/application.xml

Modified: maven/continuum/trunk/continuum-plexus-application/src/conf/application.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/src/conf/application.xml?rev=209994&r1=209993&r2=209994&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/src/conf/application.xml (original)
+++ maven/continuum/trunk/continuum-plexus-application/src/conf/application.xml Sat Jul  9 22:01:50 2005
@@ -4,15 +4,6 @@
     <component>
       <role>org.apache.maven.continuum.Continuum</role>
     </component>
-    <!-- These components should be controlled by a application component -->
-    <component>
-      <role>org.apache.maven.continuum.network.ConnectionFactory</role>
-      <role-hint>simple-socket-trigger-server</role-hint>
-    </component>
-    <component>
-      <role>org.apache.maven.continuum.network.ConnectionFactory</role>
-      <role-hint>url-registrar-server</role-hint>
-    </component>
     <component>
       <role>org.apache.maven.continuum.trigger.ContinuumTrigger</role>
       <role-hint>alarm-clock</role-hint>