You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/01/02 09:40:05 UTC

svn commit: r1054364 - in /maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo: remote-resources.mdo supplemental-model.mdo

Author: hboutemy
Date: Sun Jan  2 08:40:05 2011
New Revision: 1054364

URL: http://svn.apache.org/viewvc?rev=1054364&view=rev
Log:
fixed warning when reading model

Modified:
    maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/remote-resources.mdo
    maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/supplemental-model.mdo

Modified: maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/remote-resources.mdo
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/remote-resources.mdo?rev=1054364&r1=1054363&r2=1054364&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/remote-resources.mdo (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/remote-resources.mdo Sun Jan  2 08:40:05 2011
@@ -17,8 +17,8 @@ specific language governing permissions 
 under the License.
 -->
 
-<model xmlns="http://modello.codehaus.org/MODELLO/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.0.0 http://modello.codehaus.org/xsd/modello-1.0.0.xsd"
+<model xmlns="http://modello.codehaus.org/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.1.0 http://modello.codehaus.org/xsd/modello-1.1.0.xsd"
        xml.namespace="http://maven.apache.org/plugins/maven-remote-resources-plugin/remote-resources/${version}"
        xml.schemaLocation="http://maven.apache.org/plugins/maven-remote-resources-plugin/xsd/remote-resources-${version}.xsd">
   <id>remoteResourcesBundle</id>

Modified: maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/supplemental-model.mdo
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/supplemental-model.mdo?rev=1054364&r1=1054363&r2=1054364&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/supplemental-model.mdo (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/src/main/mdo/supplemental-model.mdo Sun Jan  2 08:40:05 2011
@@ -17,8 +17,8 @@ specific language governing permissions 
 under the License.
 -->
 
-<model xmlns="http://modello.codehaus.org/MODELLO/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.0.0 http://modello.codehaus.org/xsd/modello-1.0.0.xsd"
+<model xmlns="http://modello.codehaus.org/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.1.0 http://modello.codehaus.org/xsd/modello-1.1.0.xsd"
        xml.namespace="http://maven.apache.org/plugins/maven-remote-resources-plugin/supplemental-model/${version}"
        xml.schemaLocation="http://maven.apache.org/plugins/maven-remote-resources-plugin/xsd/supplemental-model-${version}.xsd">
   <id>supplementalModel</id>
@@ -36,11 +36,11 @@ under the License.
       <version>1.0.0</version>
       <description>Root element of the supplemental-models.xml file.</description>
       <fields>
-        <field xml.listStyle="flat">
+        <field>
           <name>supplement</name>
           <version>1.0.0</version>
           <description>Snippets of POM xml files used to supplement the data model.</description>
-          <association>
+          <association xml.itemsStyle="flat">
             <type>Supplement</type>
             <multiplicity>*</multiplicity>
           </association>