Author: brianf
Date: Thu May 29 19:05:39 2008
New Revision: 661551

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

Modified:
    maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml

Modified: 
maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml?rev=661551&r1=661550&r2=661551&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml 
(original)
+++ maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml 
Thu May 29 19:05:39 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