You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mk...@apache.org on 2008/01/11 09:59:05 UTC

svn commit: r611111 - /maven/components/trunk/build.xml

Author: mkleint
Date: Fri Jan 11 00:59:04 2008
New Revision: 611111

URL: http://svn.apache.org/viewvc?rev=611111&view=rev
Log:
profiles.mdo now located elsewhere

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=611111&r1=611110&r2=611111&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Fri Jan 11 00:59:04 2008
@@ -214,7 +214,7 @@
     <!-- DGF TODO turn this into a big <apply> task? write a custom task? -->
     <modello file="maven-lifecycle/src/main/mdo/maven-lifecycle.mdo"/>
     <modello file="maven-plugin-api/src/main/mdo/lifecycle.mdo"/>
-    <modello file="maven-profile/profiles.mdo"/>
+    <modello file="maven-profile/src/main/mdo/profiles.mdo"/>
     <modello file="maven-core/src/main/mdo/settings.mdo"/>
   </target>