o removing dead configuration

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@573131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2007-09-06 02:08:59 +00:00
parent 2769a95f9d
commit 18e6fd2a1b
1 changed files with 0 additions and 9 deletions

View File

@ -19,12 +19,10 @@ under the License.
<component-set>
<components>
<component>
<role>org.apache.maven.settings.validation.SettingsValidator</role>
<implementation>org.apache.maven.settings.validation.DefaultSettingsValidator</implementation>
</component>
<component>
<role>org.apache.maven.settings.MavenSettingsBuilder</role>
<implementation>org.apache.maven.settings.DefaultMavenSettingsBuilder</implementation>
@ -36,13 +34,6 @@ under the License.
<role>org.apache.maven.context.BuildContextManager</role>
</requirement>
</requirements>
<!--
<configuration>
<globalSettingsPath>${maven.home}/conf/settings.xml</globalSettingsPath>
<userSettingsPath>${user.home}/.m2/settings.xml</userSettingsPath>
</configuration>
-->
</component>
</components>
</component-set>