jvanzyl     2004/05/20 13:38:03

  Modified:    maven-core/src/main/resources/org/apache/maven plexus.xml
  Log:
  o we don't need the executors anymore, we're just dealing with
    maven plugins.
  
  Revision  Changes    Path
  1.14      +0 -15     
maven-components/maven-core/src/main/resources/org/apache/maven/plexus.xml
  
  Index: plexus.xml
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-core/src/main/resources/org/apache/maven/plexus.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plexus.xml        20 May 2004 17:09:31 -0000      1.13
  +++ plexus.xml        20 May 2004 20:38:03 -0000      1.14
  @@ -20,20 +20,5 @@
           <maven-home>${maven.home}</maven-home>
         </configuration>
       </component>
  -    <component>
  -      <role>org.apache.maven.plugin.executor.PluginExecutor</role>
  -      <role-hint>field</role-hint>
  -      <implementation>org.apache.maven.plugin.FieldPluginExecutor</implementation>
  -    </component>
  -    <component>
  -      <role>org.apache.maven.plugin.PluginExecutor</role>
  -      <role-hint>setter</role-hint>
  -      <implementation>org.apache.maven.plugin.SetterPluginExecutor</implementation>
  -    </component>
  -    <component>
  -      <role>org.apache.maven.plugin.PluginExecutor</role>
  -      <role-hint>integrated</role-hint>
  -      
<implementation>org.apache.maven.plugin.IntegratedPluginExecutor</implementation>
  -    </component>
     </components>
   </configuration>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to