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/07/02 23:59:36 UTC

svn commit: r1142325 - in /maven/shared/trunk/file-management: pom.xml src/main/mdo/fileset.mdo

Author: hboutemy
Date: Sat Jul  2 21:59:36 2011
New Revision: 1142325

URL: http://svn.apache.org/viewvc?rev=1142325&view=rev
Log:
updated Modelo version

Modified:
    maven/shared/trunk/file-management/pom.xml
    maven/shared/trunk/file-management/src/main/mdo/fileset.mdo

Modified: maven/shared/trunk/file-management/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/file-management/pom.xml?rev=1142325&r1=1142324&r2=1142325&view=diff
==============================================================================
--- maven/shared/trunk/file-management/pom.xml (original)
+++ maven/shared/trunk/file-management/pom.xml Sat Jul  2 21:59:36 2011
@@ -95,7 +95,6 @@ under the License.
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-21</version>
         <executions>
           <execution>
             <id>fileset</id>
@@ -103,7 +102,6 @@ under the License.
               <goal>xpp3-reader</goal>
               <goal>xpp3-writer</goal>
               <goal>java</goal>
-              <goal>xsd</goal>
             </goals>
             <configuration>
               <models>

Modified: maven/shared/trunk/file-management/src/main/mdo/fileset.mdo
URL: http://svn.apache.org/viewvc/maven/shared/trunk/file-management/src/main/mdo/fileset.mdo?rev=1142325&r1=1142324&r2=1142325&view=diff
==============================================================================
--- maven/shared/trunk/file-management/src/main/mdo/fileset.mdo (original)
+++ maven/shared/trunk/file-management/src/main/mdo/fileset.mdo Sat Jul  2 21:59:36 2011
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<model>
+<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">
   <id>fileset</id>
   <name>FileSet</name>
   <description>
@@ -45,7 +46,7 @@
           <name>followSymlinks</name>
           <version>1.0.0+</version>
           <type>boolean</type>
-          <default>false</default>
+          <defaultValue>false</defaultValue>
           <description>
             Specifies whether symbolic links should be traversed, or handled as-is.
           </description>
@@ -64,7 +65,7 @@
           <name>useDefaultExcludes</name>
           <version>1.1.0</version>
           <type>boolean</type>
-          <default>true</default>
+          <defaultValue>true</defaultValue>
           <description>
             Whether to include exclusion patterns for common temporary and SCM control
             files (true by default).