From: Chad Nelson Date: Mon, 11 May 2015 16:18:08 +0000 (-0400) Subject: Add verbose comments and examples to ant properties file X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=2313efa85a70473eb43da99adb1f4d10fe8dde5b;p=tmp%2Fjakarta-migration.git Add verbose comments and examples to ant properties file --- diff --git a/tenant.properties b/tenant.properties index 82127edfb..3dbec579e 100644 --- a/tenant.properties +++ b/tenant.properties @@ -10,17 +10,21 @@ # Where there are conflicts, values provided via the command line # are used in preference to those provided in this properties file. -# The short name for the existing tenant that will be copied, -# or "cloned" to create a new tenant +# The short name for the existing tenant that will be +# copied ("cloned"), to create a new tenant +# ex. template.tenant.shortname=fcart template.tenant.shortname= # The short name for the new tenant to be created +# ex. tenant.shortname=mymuseum tenant.shortname= # The ID for the new tenant to be created -# (currently an integer; e.g. '5', '23') +# (currently an integer; e.g. 5, 23) +# ex. tenant.id=5 tenant.id= # The internet domain for the new tenant to be created +# ex. tenant.internet.domain=mymuseum.example.org tenant.internet.domain=