]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5169: Updated services doctype configuration for the six current Authority...
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 12 May 2012 00:07:20 +0000 (17:07 -0700)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 12 May 2012 00:07:20 +0000 (17:07 -0700)
services/concept/3rdparty/nuxeo-platform-cs-concept/src/main/resources/OSGI-INF/core-types-contrib.xml
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/OSGI-INF/core-types-contrib.xml
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/OSGI-INF/core-types-contrib.xml
services/person/3rdparty/nuxeo-platform-cs-person/src/main/resources/OSGI-INF/core-types-contrib.xml
services/person/3rdparty/nuxeo-platform-person-lifesci/src/main/resources/OSGI-INF/core-types-contrib.xml
services/place/3rdparty/nuxeo-platform-cs-place/src/main/resources/OSGI-INF/core-types-contrib.xml
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/OSGI-INF/core-types-contrib.xml

index 687ff79b3837f8e1f90ea939f953ee1766129093..c4381793a57e081a0cdd7554249afa662d6b9189 100644 (file)
@@ -1,25 +1,30 @@
 <?xml version="1.0"?>
 <component name="org.collectionspace.concept.coreTypes">
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="conceptauthorities_common" prefix="conceptauthorities_common" src="schemas/conceptauthorities_common.xsd"/>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="concepts_common" prefix="concepts_common" src="schemas/concepts_common.xsd"/>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Conceptauthority" extends="Document">
-      <schema name="common"/>
-      <schema name="collectionspace_core"/>
-      <schema name="dublincore"/>
-      <schema name="conceptauthorities_common"/>
-    </doctype>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Conceptitem" extends="Document">
-      <schema name="common"/>
-      <schema name="collectionspace_core"/>
-      <schema name="dublincore"/>
-      <schema name="concepts_common"/>
-    </doctype>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="conceptauthorities_common" prefix="conceptauthorities_common" src="schemas/conceptauthorities_common.xsd"/>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="concepts_common" prefix="concepts_common" src="schemas/concepts_common.xsd"/>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Conceptauthority" extends="Document">
+            <schema name="common"/>
+            <schema name="collectionspace_core"/>
+            <schema name="dublincore"/>
+            <schema name="conceptauthorities_common"/>
+        </doctype>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Conceptitem" extends="Document">
+            <schema name="common"/>
+            <schema name="collectionspace_core"/>
+            <schema name="dublincore"/>
+            <schema name="concepts_common"/>
+            <prefetch>
+                concepts_common:conceptTermGroupList/0/termDisplayName
+                concepts_common:refName
+                concepts_common:shortIdentifier
+            </prefetch>    
+        </doctype>
+    </extension>
 </component>
index beef5a5c9e431f76226c1a985571ce2fbc0c9531..0ce87c9c6c01da6b86f0211435ce70ae197282dc 100644 (file)
@@ -1,25 +1,30 @@
 <?xml version="1.0"?>
 <component name="org.collectionspace.location.coreTypes">
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="locationauthorities_common" prefix="locationauthorities_common" src="schemas/locationauthorities_common.xsd"/>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="locations_common" prefix="locations_common" src="schemas/locations_common.xsd"/>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Locationauthority" extends="Document">
-      <schema name="common"/>
-      <schema name="collectionspace_core"/>
-      <schema name="dublincore"/>
-      <schema name="locationauthorities_common"/>
-    </doctype>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Locationitem" extends="Document">
-      <schema name="common"/>
-      <schema name="collectionspace_core"/>
-      <schema name="dublincore"/>
-      <schema name="locations_common"/>
-    </doctype>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="locationauthorities_common" prefix="locationauthorities_common" src="schemas/locationauthorities_common.xsd"/>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="locations_common" prefix="locations_common" src="schemas/locations_common.xsd"/>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Locationauthority" extends="Document">
+            <schema name="common"/>
+            <schema name="collectionspace_core"/>
+            <schema name="dublincore"/>
+            <schema name="locationauthorities_common"/>
+        </doctype>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Locationitem" extends="Document">
+            <schema name="common"/>
+            <schema name="collectionspace_core"/>
+            <schema name="dublincore"/>
+            <schema name="locations_common"/>
+            <prefetch>
+                locations_common:locTermGroupList/0/termDisplayName
+                locations_common:refName
+                locations_common:shortIdentifier
+            </prefetch>
+        </doctype>
+    </extension>
 </component>
index 8ae28503918e5183d870dbe50209e8e4c4ab5d0d..150f97d72dd05d722a171ef578a53706f9ad88ca 100644 (file)
@@ -1,33 +1,33 @@
 <?xml version="1.0"?>
 <component name="org.collectionspace.organization.coreTypes">
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="orgauthorities_common" prefix="orgauthorities_common" src="schemas/orgauthorities_common.xsd"/>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="orgauthorities_common" prefix="orgauthorities_common" src="schemas/orgauthorities_common.xsd"/>
+    </extension>
   
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="organizations_common" prefix="organizations_common" src="schemas/organizations_common.xsd"/>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="organizations_common" prefix="organizations_common" src="schemas/organizations_common.xsd"/>
+    </extension>
   
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Orgauthority" extends="Document">
-      <schema name="common"/>
-      <schema name="dublincore"/>
-      <schema name="collectionspace_core"/>
-      <schema name="orgauthorities_common"/>
-    </doctype>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Orgauthority" extends="Document">
+            <schema name="common"/>
+            <schema name="dublincore"/>
+            <schema name="collectionspace_core"/>
+            <schema name="orgauthorities_common"/>
+        </doctype>
+    </extension>
   
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Organization" extends="Document">
-      <schema name="common"/>
-      <schema name="dublincore"/>
-      <schema name="collectionspace_core"/>
-      <schema name="organizations_common"/>
-      <prefetch>
-       organizations_common:displayName
-       organizations_common:refName
-       organizations_common:shortIdentifier
-      </prefetch>      
-    </doctype>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Organization" extends="Document">
+            <schema name="common"/>
+            <schema name="dublincore"/>
+            <schema name="collectionspace_core"/>
+            <schema name="organizations_common"/>
+            <prefetch>
+                organizations_common:orgTermGroupList/0/termDisplayName
+                organizations_common:refName
+                organizations_common:shortIdentifier
+            </prefetch>      
+        </doctype>
+    </extension>
 </component>
index 215837424d104cc71a3f487179589a1512e62051..e4773279ff462fbdc94f27baf55769bbab32e7c3 100644 (file)
@@ -1,30 +1,34 @@
 <?xml version="1.0"?>
 <component name="org.collectionspace.person.coreTypes">
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="personauthorities_common" prefix="personauthorities_common" src="schemas/personauthorities_common.xsd"/>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="personauthorities_common" prefix="personauthorities_common" src="schemas/personauthorities_common.xsd"/>
+    </extension>
   
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="persons_common" prefix="persons_common" src="schemas/persons_common.xsd"/>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="persons_common" prefix="persons_common" src="schemas/persons_common.xsd"/>
+    </extension>
   
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Personauthority" extends="Document">
-      <schema name="common"/>
-      <schema name="dublincore"/>
-      <schema name="collectionspace_core"/>
-      <schema name="personauthorities_common"/>
-    </doctype>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Personauthority" extends="Document">
+            <schema name="common"/>
+            <schema name="dublincore"/>
+            <schema name="collectionspace_core"/>
+            <schema name="personauthorities_common"/>
+        </doctype>
+    </extension>
   
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Person" extends="Document">
-      <schema name="common"/>
-      <schema name="dublincore"/>
-      <schema name="collectionspace_core"/>
-      <schema name="persons_common"/>
-      <prefetch>persons_common:displayName persons_common:refName persons_common:shortIdentifier</prefetch>
-    </doctype>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Person" extends="Document">
+            <schema name="common"/>
+            <schema name="dublincore"/>
+            <schema name="collectionspace_core"/>
+            <schema name="persons_common"/>
+            <prefetch>
+                persons_common:personTermGroupList/0/termDisplayName
+                persons_common:refName
+                persons_common:shortIdentifier
+            </prefetch>
+        </doctype>
+    </extension>
     
 </component>
index 2ffba8c1b089a752e0a590e48189911a7bc400df..b7d0a0c0c8cc9888523c8580014a01e40a64d48d 100644 (file)
@@ -1,19 +1,23 @@
 <?xml version="1.0"?>
 <component name="org.collectionspace.person.lifesci.coreTypes">
   
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="persons_naturalhistory" prefix="persons_naturalhistory" src="schemas/persons_naturalhistory.xsd"/>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="persons_naturalhistory" prefix="persons_naturalhistory" src="schemas/persons_naturalhistory.xsd"/>
+    </extension>
   
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="PersonTenant2" extends="Person">
-      <schema name="common"/>
-      <schema name="dublincore"/>
-      <schema name="collectionspace_core"/>
-      <schema name="persons_common"/>
-      <schema name="persons_naturalhistory"/>
-      <prefetch>persons_common:displayName persons_common:refName persons_common:shortIdentifier</prefetch>
-    </doctype>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="PersonTenant2" extends="Person">
+            <schema name="common"/>
+            <schema name="dublincore"/>
+            <schema name="collectionspace_core"/>
+            <schema name="persons_common"/>
+            <schema name="persons_naturalhistory"/>
+            <prefetch>
+                persons_common:personTermGroupList/0/termDisplayName
+                persons_common:refName
+                persons_common:shortIdentifier
+            </prefetch>
+        </doctype>
+    </extension>
     
 </component>
index 799d003b182018e0df62e6191d85dc34b72ae40c..920d6c91c5c8403f9fbe645e2b9cc951e6b9c9c8 100644 (file)
@@ -1,25 +1,30 @@
 <?xml version="1.0"?>
 <component name="org.collectionspace.place.coreTypes">
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="placeauthorities_common" prefix="placeauthorities_common" src="schemas/placeauthorities_common.xsd"/>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="places_common" prefix="places_common" src="schemas/places_common.xsd"/>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Placeauthority" extends="Document">
-      <schema name="common"/>
-      <schema name="collectionspace_core"/>
-      <schema name="dublincore"/>
-      <schema name="placeauthorities_common"/>
-    </doctype>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Placeitem" extends="Document">
-      <schema name="common"/>
-      <schema name="collectionspace_core"/>
-      <schema name="dublincore"/>
-      <schema name="places_common"/>
-    </doctype>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="placeauthorities_common" prefix="placeauthorities_common" src="schemas/placeauthorities_common.xsd"/>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="places_common" prefix="places_common" src="schemas/places_common.xsd"/>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Placeauthority" extends="Document">
+            <schema name="common"/>
+            <schema name="collectionspace_core"/>
+            <schema name="dublincore"/>
+            <schema name="placeauthorities_common"/>
+        </doctype>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Placeitem" extends="Document">
+            <schema name="common"/>
+            <schema name="collectionspace_core"/>
+            <schema name="dublincore"/>
+            <schema name="places_common"/>
+            <prefetch>
+                places_common:placeTermGroupList/0/termDisplayName
+                places_common:refName
+                places_common:shortIdentifier
+            </prefetch>    
+        </doctype>
+    </extension>
 </component>
index 80651d22fe470c88a6c02218c3c335b1a6c901f3..eb83dd9f9aa5c7fe3de62b2a7062acc0aaa810f4 100644 (file)
@@ -1,25 +1,30 @@
 <?xml version="1.0"?>
 <component name="org.collectionspace.taxonomy.coreTypes">
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="taxonomyauthority_common" prefix="taxonomyauthority_common" src="schemas/taxonomyauthority_common.xsd"/>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
-    <schema name="taxon_common" prefix="taxon_common" src="schemas/taxon_common.xsd"/>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Taxonomyauthority" extends="Document">
-      <schema name="common"/>
-      <schema name="collectionspace_core"/>
-      <schema name="dublincore"/>
-      <schema name="taxonomyauthority_common"/>
-    </doctype>
-  </extension>
-  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
-    <doctype name="Taxon" extends="Document">
-      <schema name="common"/>
-      <schema name="collectionspace_core"/>
-      <schema name="dublincore"/>
-      <schema name="taxon_common"/>
-    </doctype>
-  </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="taxonomyauthority_common" prefix="taxonomyauthority_common" src="schemas/taxonomyauthority_common.xsd"/>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
+        <schema name="taxon_common" prefix="taxon_common" src="schemas/taxon_common.xsd"/>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Taxonomyauthority" extends="Document">
+            <schema name="common"/>
+            <schema name="collectionspace_core"/>
+            <schema name="dublincore"/>
+            <schema name="taxonomyauthority_common"/>
+        </doctype>
+    </extension>
+    <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
+        <doctype name="Taxon" extends="Document">
+            <schema name="common"/>
+            <schema name="collectionspace_core"/>
+            <schema name="dublincore"/>
+            <schema name="taxon_common"/>
+            <prefetch>
+                taxon_common:taxonTermGroupList/0/termDisplayName
+                taxon_common:refName
+                taxon_common:shortIdentifier
+            </prefetch>
+        </doctype>
+    </extension>
 </component>