Repository: maven Updated Branches: refs/heads/master bdb4c32ec -> eaef34968
MNG-5771 updated bootstrap ant build to match pom.xml changes Signed-off-by: Igor Fedorenko <[email protected]> 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/master Commit: eaef349685ab8e640977651b554a8a6a774de700 Parents: bdb4c32 Author: Igor Fedorenko <[email protected]> Authored: Fri Feb 20 14:45:06 2015 -0500 Committer: Igor Fedorenko <[email protected]> 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">
