Author: hboutemy
Date: Fri Sep  2 22:03:09 2011
New Revision: 1164735

URL: http://svn.apache.org/viewvc?rev=1164735&view=rev
Log:
added xsd and updated deprecated attribute

Modified:
    
maven/plugin-tools/trunk/maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo

Modified: 
maven/plugin-tools/trunk/maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo?rev=1164735&r1=1164734&r2=1164735&view=diff
==============================================================================
--- 
maven/plugin-tools/trunk/maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo
 (original)
+++ 
maven/plugin-tools/trunk/maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo
 Fri Sep  2 22:03:09 2011
@@ -66,8 +66,10 @@
     </mojos>
   </pluginMetadata>
     -->
-<model xsd.namespace="http://maven.apache.org/PLUGIN-METADATA/1.0.0";
-       xsd.target-namespace="http://maven.apache.org/PLUGIN-METADATA/1.0.0";>
+<model xmlns="http://modello.codehaus.org/MODELLO/1.4.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.4.0 
http://modello.codehaus.org/xsd/modello-1.4.0.xsd";
+       xsd.namespace="http://maven.apache.org/PLUGIN-METADATA/1.0.0";
+       xsd.targetNamespace="http://maven.apache.org/PLUGIN-METADATA/1.0.0";>
   <id>plugin-metadata</id>
   <name>PluginMetadata</name>
   <description><![CDATA[


Reply via email to