]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-6166: Remove redundant deltas.
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 30 Aug 2013 22:44:57 +0000 (15:44 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 30 Aug 2013 22:44:57 +0000 (15:44 -0700)
services/common/src/main/cspace/config/services/tenants/core/core-tenant-bindings.delta.xml
services/common/src/main/cspace/config/services/tenants/lifesci/lifesci-tenant-bindings.delta.xml

index 783708d19c7bc62b18a4a45d832d49fe756640bf..ceb30c877e8059e49191e494f882683ac4420944 100644 (file)
@@ -2,9 +2,13 @@
 <tenant:TenantBindingConfig
        xmlns:merge='http://xmlmerge.el4j.elca.ch'
        xmlns:tenant='http://collectionspace.org/services/config/tenant'>
-                
-    <tenant:tenantBinding id="1" name="core.collectionspace.org" displayName="CollectionSpace Core Demo Tenant" version="0.1">
-        <tenant:repositoryDomain name="default-domain" storageName="core-domain" repositoryClient="nuxeo-java" />
+    
+    <!-- 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 40badfb221e6ea5b15ea8e3f5c6333bfc0ac9553..80db1ae6f4cbfd911ea3f7026942bdca2ee51cf0 100644 (file)
@@ -1,55 +1,12 @@
 <?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:tenantBinding id="2">
-               <tenant:serviceBindings merge:matcher="id" id="Persons">
-                       <service:DocHandlerParams xmlns:service="http://collectionspace.org/services/config/service">
-                               <service:params>
-                                       <service:ListResultsFields>
-                                               <service:ListResultField merge:matcher="skip" merge:action="insert">
-                                                       <service:element>entityType</service:element>
-                                                       <service:schema>persons_naturalhistory</service:schema>
-                                                       <service:xpath>entityType</service:xpath>
-                                               </service:ListResultField>
-                                       </service:ListResultsFields>
-                               </service:params>
-                       </service:DocHandlerParams>
-               </tenant:serviceBindings>
-               
-               <tenant:serviceBindings merge:matcher="id" id="CollectionObjects">
-                       <service:DocHandlerParams xmlns:service="http://collectionspace.org/services/config/service">
-                               <service:params>
-                                       <service:ListResultsFields>
-                                               <service:ListResultField merge:matcher="skip" merge:action="insert">
-                                                       <service:element>taxon</service:element>
-                                                       <service:schema>collectionobjects_naturalhistory</service:schema>
-                                                       <service:xpath>taxonomicIdentGroupList/[0]/taxon</service:xpath>
-                                               </service:ListResultField>
-                                       </service:ListResultsFields>
-                               </service:params>
-                       </service:DocHandlerParams>
-                       <service:object xmlns:service="http://collectionspace.org/services/config/service">
-                               <service:part merge:matcher="id" id="3">
-                                       <!-- Include authRefs for fields in the added schema -->
-                                       <service:properties>
-                                               <types:item merge:matcher="skip" merge:action="insert" xmlns:types="http://collectionspace.org/services/config/types">
-                                                       <types:key>authRef</types:key>
-                                                       <types:value>associatedTaxaGroupList/*/taxon</types:value>
-                                               </types:item>
-                                       </service:properties>
-                               </service:part>
-                       </service:object>
-               </tenant:serviceBindings>
-               
-               <tenant:serviceBindings merge:matcher="id" id="Movements">
-                       <service:DocHandlerParams xmlns:service="http://collectionspace.org/services/config/service">
-                               <service:params>
-                                       <service:SupportsVersioning>true</service:SupportsVersioning>
-                                       <service:ListResultsFields merge:action="preserve"/>
-                               </service:params>
-                       </service:DocHandlerParams>
-               </tenant:serviceBindings>
-
-       </tenant:tenantBinding>
+    <!-- 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/lifesci-tenant-bindings-proto.xml -->
+    <!--
+    <tenant:tenantBinding id="2">
+    </tenant:tenantBinding>
+    -->
 
 </tenant:TenantBindingConfig>