From 0947c2c3a3c01ae4e01da815fd37b4bf47cba940 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Mon, 14 Jul 2014 19:18:07 +0000 Subject: [PATCH] Rework how system properties are passed into an mda invocation. This allows new properties to be injected more easily, and allows Ant's property hierarchy (including external property files) to be used to create new ones or override old ones. --- build.xml | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index d4b272fb..c896cdf9 100644 --- a/build.xml +++ b/build.xml @@ -442,6 +442,30 @@ *************************** --> + + + + + + + + + + + @@ -471,9 +495,9 @@ - - - + + + @@ -1383,7 +1407,14 @@ List all the properties ant is using. --> + All properties: + MDA properties: + + + + + \ No newline at end of file