]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Make tenant bindings formatting consistent.
authorRay Lee <rhlee@berkeley.edu>
Fri, 1 Apr 2016 20:54:13 +0000 (13:54 -0700)
committerRay Lee <rhlee@berkeley.edu>
Fri, 3 Jun 2016 22:27:08 +0000 (15:27 -0700)
services/common/src/main/cspace/config/services/tenants/core/core-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/fcart/fcart-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/testsci/testsci-tenant-bindings.delta.xml

index ceb30c877e8059e49191e494f882683ac4420944..585d1cd05bb25a86f5e76e7f2ddf84a2a6a11c96 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <tenant:TenantBindingConfig
-       xmlns:merge='http://xmlmerge.el4j.elca.ch'
-       xmlns:tenant='http://collectionspace.org/services/config/tenant'>
+        xmlns:merge='http://xmlmerge.el4j.elca.ch'
+        xmlns:tenant='http://collectionspace.org/services/config/tenant'>
     
     <!-- Add your changes, if any, within the following tag pair. -->
     <!-- The value of the 'id' attribute, below, should match the corresponding -->
     <!-- value in cspace/config/services/tenants/core-tenant-bindings-proto.xml -->
-    <!--
+
     <tenant:tenantBinding id="1">
     </tenant:tenantBinding>
-    -->
-                      
+
 </tenant:TenantBindingConfig>
index 48c55607323ad4d90eaf8409d0f7749a67cf9b96..87f2760dc3ac663206d028222c2592821d44fc55 100644 (file)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<tenant:TenantBindingConfig xmlns:merge="http://xmlmerge.el4j.elca.ch" xmlns:tenant="http://collectionspace.org/services/config/tenant">
+<tenant:TenantBindingConfig
+        xmlns:merge="http://xmlmerge.el4j.elca.ch"
+        xmlns:tenant="http://collectionspace.org/services/config/tenant">
 
     <!-- Add your changes, if any, within the following tag pair. -->
     <!-- The value of the 'id' attribute, below, should match the corresponding -->
     <!-- value in cspace/config/services/tenants/testsci-tenant-bindings-proto.xml -->
-    <!--
+
     <tenant:tenantBinding id="2">
     </tenant:tenantBinding>
-    -->
 
 </tenant:TenantBindingConfig>