Author: brett
Date: Sun Jun 19 21:28:52 2005
New Revision: 191390

URL: http://svn.apache.org/viewcvs?rev=191390&view=rev
Log:
add lifecycle mdo to booty

Modified:
    maven/components/trunk/maven-mboot2/src/main/java/MBoot.java

Modified: maven/components/trunk/maven-mboot2/src/main/java/MBoot.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-mboot2/src/main/java/MBoot.java?rev=191390&r1=191389&r2=191390&view=diff
==============================================================================
--- maven/components/trunk/maven-mboot2/src/main/java/MBoot.java (original)
+++ maven/components/trunk/maven-mboot2/src/main/java/MBoot.java Sun Jun 19 
21:28:52 2005
@@ -62,6 +62,7 @@
         targetVersions.put( "maven-settings", "1.0.0" );
         targetVersions.put( "maven-profile", "1.0.0" );
         targetVersions.put( "maven-plugin-registry", "1.0.0" );
+        targetVersions.put( "maven-plugin-descriptor", "1.0.0" );
 
         MODELLO_TARGET_VERSIONS = Collections.unmodifiableMap( targetVersions 
);
 
@@ -70,6 +71,7 @@
         modelFiles.put( "maven-settings", "settings.mdo" );
         modelFiles.put( "maven-profile", "profiles.mdo" );
         modelFiles.put( "maven-plugin-registry", "plugin-registry.mdo" );
+        modelFiles.put( "maven-plugin-descriptor", 
"src/main/mdo/lifecycle.mdo" );
 
         MODELLO_MODEL_FILES = Collections.unmodifiableMap( modelFiles );
     }



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to