fix pesky typo

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163392 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-02-24 02:41:26 +00:00
parent 423d6ab68d
commit 6bafc23fc4
1 changed files with 3 additions and 3 deletions

View File

@ -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>
</component-set>