Author: hboutemy
Date: Mon Dec 22 14:09:59 2008
New Revision: 728803

URL: http://svn.apache.org/viewvc?rev=728803&view=rev
Log:
[MNG-3224] toolchains XSD has wrong namespace
o specify unique namespace (merged from trunk r728800)

Modified:
    
maven/components/branches/maven-2.1.x/maven-toolchain/src/main/mdo/toolchains.xml

Modified: 
maven/components/branches/maven-2.1.x/maven-toolchain/src/main/mdo/toolchains.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/maven-toolchain/src/main/mdo/toolchains.xml?rev=728803&r1=728802&r2=728803&view=diff
==============================================================================
--- 
maven/components/branches/maven-2.1.x/maven-toolchain/src/main/mdo/toolchains.xml
 (original)
+++ 
maven/components/branches/maven-2.1.x/maven-toolchain/src/main/mdo/toolchains.xml
 Mon Dec 22 14:09:59 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