From 58fcd8b668b457a920fac811d84f56dc961ad05a Mon Sep 17 00:00:00 2001 From: Ian Young Date: Sun, 31 Jul 2016 11:43:54 +0100 Subject: [PATCH] Document property sources, add env mechanism. Add the ability to use property files named according to the deployment environment (dev, preprod, prod) as well as according to the OS family. --- build.xml | 44 ++++++++++++++++++++++++++++++++++++-------- dev.properties | 5 +++++ preprod.properties | 5 +++++ prod.properties | 5 +++++ 4 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 dev.properties create mode 100644 preprod.properties create mode 100644 prod.properties diff --git a/build.xml b/build.xml index 71aba569..4d4810d8 100644 --- a/build.xml +++ b/build.xml @@ -11,12 +11,19 @@ --> + + @@ -31,19 +38,40 @@ + + + +