Author: hboutemy
Date: Mon Dec 22 14:05:58 2008
New Revision: 728800

URL: http://svn.apache.org/viewvc?rev=728800&view=rev
Log:
[MNG-3224] toolchains XSD has wrong namespace
o specify unique namespace

Modified:
    maven/components/trunk/maven-toolchain/src/main/mdo/toolchains.xml

Modified: maven/components/trunk/maven-toolchain/src/main/mdo/toolchains.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/maven-toolchain/src/main/mdo/toolchains.xml?rev=728800&r1=728799&r2=728800&view=diff
==============================================================================
--- maven/components/trunk/maven-toolchain/src/main/mdo/toolchains.xml 
(original)
+++ maven/components/trunk/maven-toolchain/src/main/mdo/toolchains.xml Mon Dec 
22 14:05:58 2008
@@ -8,22 +8,23 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
- 
+
    http://www.apache.org/licenses/LICENSE-2.0
- 
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
- 
+
 -->
-<model>
+<model xsd.namespace="http://maven.apache.org/TOOLCHAINS/1.0.0";
+       xsd.target-namespace="http://maven.apache.org/TOOLCHAINS/1.0.0";>
     <id>maven-toolchains</id>
     <name>MavenToolchains</name>
     <description><![CDATA[
-    
+
     ]]></description>
     <defaults>
         <default>


Reply via email to