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

svn commit: r682055 - /maven/components/branches/maven-2.0.x/maven-plugin-descriptor/src/main/mdo/lifecycle.mdo

Author: hboutemy
Date: Sat Aug  2 14:36:09 2008
New Revision: 682055

URL: http://svn.apache.org/viewvc?rev=682055&view=rev
Log:
fixed model descriptor for xsd generation

Modified:
    maven/components/branches/maven-2.0.x/maven-plugin-descriptor/src/main/mdo/lifecycle.mdo

Modified: maven/components/branches/maven-2.0.x/maven-plugin-descriptor/src/main/mdo/lifecycle.mdo
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-plugin-descriptor/src/main/mdo/lifecycle.mdo?rev=682055&r1=682054&r2=682055&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-plugin-descriptor/src/main/mdo/lifecycle.mdo (original)
+++ maven/components/branches/maven-2.0.x/maven-plugin-descriptor/src/main/mdo/lifecycle.mdo Sat Aug  2 14:36:09 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>