You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2015/04/01 02:23:50 UTC

[08/50] [abbrv] maven git commit: MNG-5771 updated bootstrap ant build to match pom.xml changes

MNG-5771 updated bootstrap ant build to match pom.xml changes

Signed-off-by: Igor Fedorenko <if...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/eaef3496
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/eaef3496
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/eaef3496

Branch: refs/heads/slf4j-log4j2
Commit: eaef349685ab8e640977651b554a8a6a774de700
Parents: bdb4c32
Author: Igor Fedorenko <if...@apache.org>
Authored: Fri Feb 20 14:45:06 2015 -0500
Committer: Igor Fedorenko <if...@apache.org>
Committed: Fri Feb 20 14:45:06 2015 -0500

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/eaef3496/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 01d5139..a5dd90a 100644
--- a/build.xml
+++ b/build.xml
@@ -212,6 +212,7 @@ Do you want to continue?</input>
     <modello file="maven-repository-metadata/src/main/mdo/metadata.mdo" version="1.1.0" />
     <modello file="maven-compat/src/main/mdo/profiles.mdo" />
     <modello file="maven-compat/src/main/mdo/paramdoc.mdo" />
+    <modello file="maven-embedder/src/main/mdo/core-extensions.mdo" />
   </target>
 
   <target name="compile-boot" depends="generate-sources" description="compiles the bootstrap sources">