]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6585: Standardize tenant.properties file across all three layers.
authorAron Roberts <aron@socrates.berkeley.edu>
Wed, 25 Mar 2015 01:17:53 +0000 (18:17 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Wed, 25 Mar 2015 01:17:53 +0000 (18:17 -0700)
build.xml
tenant.properties

index a56e022de91662f60f5e631a02c83f2df449cb9c..960f07b8bf4870ec6c715148851db53f847cb7f9 100644 (file)
--- a/build.xml
+++ b/build.xml
       <param name="property-to-check-value" value="${tenant.id}"/>
     </antcall>
     <echo message="tenant.id=${tenant.id}"/>
+    <!-- Internet domain of the new tenant to create
+         Note: Although this property is included in the provided tenant.properties file
+         and in documentation, for the purpose of simplicity and consistency across all
+         three layers, it is not currently used (nor is it checked here) in the Services layer -->
   </target>
 
 </project>
index 5d46636acd3a9ef5f24d1a74ef1821de4f8459cc..82127edfb0a14b297cf490d8ba84dd524f4a630c 100644 (file)
@@ -21,3 +21,6 @@ tenant.shortname=
 # (currently an integer; e.g. '5', '23')
 tenant.id=
 
+# The internet domain for the new tenant to be created
+tenant.internet.domain=
+