A sprinkling of default

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@514503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Williams 2007-03-05 00:16:06 +00:00
parent aa44e89056
commit a0c01c0223
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ under the License.
-->
<component>
<role>org.apache.maven.artifact.handler.manager.ArtifactHandlerManager</role>
<role-hint>default</role-hint>
<implementation>org.apache.maven.artifact.handler.manager.DefaultArtifactHandlerManager</implementation>
<requirements>
<requirement>
@ -193,6 +194,7 @@ under the License.
<component>
<role>org.apache.maven.artifact.factory.ArtifactFactory</role>
<role-hint>default</role-hint>
<implementation>org.apache.maven.artifact.factory.DefaultArtifactFactory</implementation>
<requirements>
<requirement>
@ -203,6 +205,7 @@ under the License.
<component>
<role>org.apache.maven.artifact.resolver.ArtifactCollector</role>
<role-hint>default</role-hint>
<implementation>org.apache.maven.artifact.resolver.DefaultArtifactCollector</implementation>
</component>
</components>