]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6963: Add comment about maintaining Ant buildfile across all three layers.
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 17 Jun 2016 21:04:54 +0000 (14:04 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 17 Jun 2016 21:04:54 +0000 (14:04 -0700)
tenant-utils-build.xml

index 0041b9fc0700e6053a8f50fb8973e54dc91dee28..43a397def273a9d65ab56bcff6aa452e33ea4a59 100644 (file)
@@ -1,9 +1,13 @@
 <project name="tenant-utils" basedir=".">
   <description>Utilities for managing folders and files containing per-tenant configurations</description>
   
-  <!-- Import this Ant build file into any other Ant build file
-       via '<import file="./tenant-mgmt-build.xml"/>' -->
+  <!-- Note to developers: for consistency of maintenance and behavior, changes
+       made to this Ant buildfile, tenant-utils-build.xml, should be propagated
+       to each instance of this file across all three of CollectionSpace's
+       build layers: services, application, and ui. -->
   
+  <!-- Import this Ant build file into any other Ant build file
+       via '<import file="./tenant-utils-build.xml"/>' -->
   <!-- If a 'tenant.properties' file is provided, values for
        properties used in this Ant buildfile will be read
        from that file. -->