]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Add verbose comments and examples to ant properties file
authorChad Nelson <chadbnelson@gmail.com>
Mon, 11 May 2015 16:18:08 +0000 (12:18 -0400)
committerChad Nelson <chadbnelson@gmail.com>
Mon, 11 May 2015 16:18:08 +0000 (12:18 -0400)
tenant.properties

index 82127edfb0a14b297cf490d8ba84dd524f4a630c..3dbec579ede7db01cc0836a87febd421d5fd217d 100644 (file)
 # 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=