You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2005/02/24 03:41:26 UTC

cvs commit: maven-components/maven-plugin-tools/maven-plugin-tools-java/src/main/resources/META-INF/plexus components.xml

brett       2005/02/23 18:41:26

  Modified:    maven-plugin-tools/maven-plugin-tools-java/src/main/resources/META-INF/plexus
                        components.xml
  Log:
  fix pesky typo
  
  Revision  Changes    Path
  1.2       +3 -3      maven-components/maven-plugin-tools/maven-plugin-tools-java/src/main/resources/META-INF/plexus/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugin-tools/maven-plugin-tools-java/src/main/resources/META-INF/plexus/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- components.xml	20 Feb 2005 16:25:21 -0000	1.1
  +++ components.xml	24 Feb 2005 02:41:26 -0000	1.2
  @@ -8,10 +8,10 @@
        |
        -->
       <component>
  -      <role>org.apache.maven.tools.plugin.extractor.MojoDescriptorExtrator</role>
  +      <role>org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor</role>
         <role-hint>java</role-hint>
  -      <implementation>org.apache.maven.tools.plugin.extractor.JavaMojoDescriptorExtrator</implementation>
  +      <implementation>org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor</implementation>
       </component>
       
     </components>
  -</component-set>
  \ No newline at end of file
  +</component-set>