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 2008/08/03 00:23:59 UTC

svn commit: r682072 - /maven/components/trunk/maven-plugin-api/src/main/mdo/lifecycle.mdo

Author: hboutemy
Date: Sat Aug  2 15:23:59 2008
New Revision: 682072

URL: http://svn.apache.org/viewvc?rev=682072&view=rev
Log:
fixed model descriptor for xsd generation (merged from 2.0.x branch r682055)

Modified:
    maven/components/trunk/maven-plugin-api/src/main/mdo/lifecycle.mdo

Modified: maven/components/trunk/maven-plugin-api/src/main/mdo/lifecycle.mdo
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-plugin-api/src/main/mdo/lifecycle.mdo?rev=682072&r1=682071&r2=682072&view=diff
==============================================================================
--- maven/components/trunk/maven-plugin-api/src/main/mdo/lifecycle.mdo (original)
+++ maven/components/trunk/maven-plugin-api/src/main/mdo/lifecycle.mdo Sat Aug  2 15:23:59 2008
@@ -30,7 +30,7 @@
     </default>
   </defaults>
   <classes>
-    <class rootElement="true" xml.tagName="lifecycles">
+    <class rootElement="true" xml.tagName="lifecycles" xsd.compositor="sequence">
       <name>LifecycleConfiguration</name>
       <version>1.0.0</version>
       <description>Root element of the lifecycle.xml file.</description>