From 21c13ca4843ce5aa376ce33a41a510c092599808 Mon Sep 17 00:00:00 2001 From: Robert Scholte Date: Sun, 2 Nov 2014 21:15:50 +0100 Subject: [PATCH] [MNG-5717] Enrich toolchain xml with merge information Pushing version forward from 1.0.0 to 1.1.0 --- maven-core/pom.xml | 2 +- maven-core/src/main/mdo/toolchains.mdo | 46 ++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/maven-core/pom.xml b/maven-core/pom.xml index a6b6557fd0..ca55bf9820 100644 --- a/maven-core/pom.xml +++ b/maven-core/pom.xml @@ -187,7 +187,7 @@ org.codehaus.modello modello-maven-plugin - 1.0.0 + 1.1.0 src/main/mdo/toolchains.mdo diff --git a/maven-core/src/main/mdo/toolchains.mdo b/maven-core/src/main/mdo/toolchains.mdo index a9e2d219d2..c844e4d780 100644 --- a/maven-core/src/main/mdo/toolchains.mdo +++ b/maven-core/src/main/mdo/toolchains.mdo @@ -47,8 +47,53 @@ + + TrackableBase + 1.1.0+ + + common base class that contains code to track the source for + this instance (USER|GLOBAL) + + + + 1.1.0+ + + + + + + PersistedToolchains + TrackableBase <toolchains> element is the root of the descriptor. The following table lists all of the possible child elements. @@ -68,6 +113,7 @@ ToolchainModel + TrackableBase 1.0.0+ Definition of a toolchain instance.