You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/02/20 21:51:16 UTC

svn commit: r509744 - in /maven/components/trunk: maven-model/src/main/mdo/maven.mdo maven-profile/profiles.mdo maven-settings/src/main/mdo/settings.mdo

Author: jdcasey
Date: Tue Feb 20 12:51:15 2007
New Revision: 509744

URL: http://svn.apache.org/viewvc?view=rev&rev=509744
Log:
Adding default profile-id's.

Modified:
    maven/components/trunk/maven-model/src/main/mdo/maven.mdo
    maven/components/trunk/maven-profile/profiles.mdo
    maven/components/trunk/maven-settings/src/main/mdo/settings.mdo

Modified: maven/components/trunk/maven-model/src/main/mdo/maven.mdo
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-model/src/main/mdo/maven.mdo?view=diff&rev=509744&r1=509743&r2=509744
==============================================================================
--- maven/components/trunk/maven-model/src/main/mdo/maven.mdo (original)
+++ maven/components/trunk/maven-model/src/main/mdo/maven.mdo Tue Feb 20 12:51:15 2007
@@ -2528,6 +2528,7 @@
           <required>true</required>
           <version>4.0.0</version>
           <type>String</type>
+          <defaultValue>default</defaultValue>
           <description>The identifier of this build profile. This used both for command line activation, and identifies
             identical profiles to merge with during inheritance.</description>
         </field>

Modified: maven/components/trunk/maven-profile/profiles.mdo
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-profile/profiles.mdo?view=diff&rev=509744&r1=509743&r2=509744
==============================================================================
--- maven/components/trunk/maven-profile/profiles.mdo (original)
+++ maven/components/trunk/maven-profile/profiles.mdo Tue Feb 20 12:51:15 2007
@@ -56,6 +56,7 @@
           <required>true</required>
           <version>1.0.0</version>
           <type>String</type>
+          <defaultValue>default</defaultValue>
           <description>The ID of this build profile, for activation
             purposes.</description>
         </field>

Modified: maven/components/trunk/maven-settings/src/main/mdo/settings.mdo
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-settings/src/main/mdo/settings.mdo?view=diff&rev=509744&r1=509743&r2=509744
==============================================================================
--- maven/components/trunk/maven-settings/src/main/mdo/settings.mdo (original)
+++ maven/components/trunk/maven-settings/src/main/mdo/settings.mdo Tue Feb 20 12:51:15 2007
@@ -69,7 +69,7 @@
           <name>id</name>
           <version>1.0.0</version>
           <type>String</type>
-          <default>default</default>
+          <defaultValue>default</defaultValue>
           <required>true</required>
         </field>
       </fields>