Author: brianf
Date: Thu May 29 19:05:59 2008
New Revision: 661552

URL: http://svn.apache.org/viewvc?rev=661552&view=rev
Log:
add schema to settings

Modified:
    maven/components/trunk/maven-distribution/src/conf/settings.xml

Modified: maven/components/trunk/maven-distribution/src/conf/settings.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/src/conf/settings.xml?rev=661552&r1=661551&r2=661552&view=diff
==============================================================================
--- maven/components/trunk/maven-distribution/src/conf/settings.xml (original)
+++ maven/components/trunk/maven-distribution/src/conf/settings.xml Thu May 29 
19:05:59 2008
@@ -41,7 +41,10 @@
  | values (values used when the setting is not specified) are provided.
  |
  |-->
-<settings>
+<settings xmlns="http://maven.apache.org/settings/1.0.0"; 
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
+          xsi:schemaLocation="http://maven.apache.org/setrings/1.0.0 
+          http://maven.apache.org/xsd/settings-1.0.0.xsd";>
   <!-- localRepository
    | The path to the local repository maven will use to store artifacts.
    |


Reply via email to