]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
079d11c261d04815e342be4fad2b93370e161d44
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.organization.ecm.types">
3   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
4     <type id="Orgauthority" coretype="Orgauthority">
5       <label>org.collectionspace.orgauthority</label>
6       <!--icon>/icons/file.gif</icon-->
7       <default-view>view_documents</default-view>
8
9       <layouts mode="any">
10         <layout>heading</layout>
11         <layout>collectionspace_core</layout>
12         <layout>csorgauthority</layout>
13       </layouts>        
14     </type>
15
16     <type id="Folder" coretype="Folder">
17       <subtypes>
18         <type>Orgauthority</type>
19       </subtypes>
20     </type>
21     
22     <type id="Workspace" coretype="Workspace">
23       <subtypes>
24         <type>Orgauthority</type>
25       </subtypes>
26     </type>
27
28   </extension>
29   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
30     <type id="Organization" coretype="Organization">
31       <label>org.collectionspace.organization</label>
32       <!--icon>/icons/file.gif</icon-->
33       <default-view>view_documents</default-view>
34
35       <layouts mode="any">
36         <layout>heading</layout>
37         <layout>collectionspace_core</layout>
38         <layout>organization</layout>
39       </layouts>        
40     </type>
41
42     <type id="Folder" coretype="Folder">
43       <subtypes>
44         <type>Organization</type>
45       </subtypes>
46     </type>
47     
48     <type id="Workspace" coretype="Workspace">
49       <subtypes>
50         <type>Organization</type>
51       </subtypes>
52     </type>
53
54   </extension>
55 </component>