You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/06/28 11:48:26 UTC

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

Author: bentmann
Date: Sun Jun 28 09:48:26 2009
New Revision: 789083

URL: http://svn.apache.org/viewvc?rev=789083&view=rev
Log:
o Fixed bootstrap after refactoring

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=789083&r1=789082&r2=789083&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Sun Jun 28 09:48:26 2009
@@ -182,7 +182,7 @@
     <modello file="maven-plugin-api/src/main/mdo/lifecycle.mdo" />
     <modello file="maven-model-builder/src/main/mdo/profiles.mdo" />
     <modello file="maven-core/src/main/mdo/settings.mdo" />
-    <modello file="maven-toolchain/src/main/mdo/toolchains.mdo" />
+    <modello file="maven-core/src/main/mdo/toolchains.mdo" />
     <modello file="maven-compat/src/main/mdo/metadata.mdo" />
   </target>