]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
c29c8f898d6f50066f0f8928af21ea7201bb2e54
[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>csorgauthority</layout>
12       </layouts>        
13     </type>
14
15     <type id="Folder" coretype="Folder">
16       <subtypes>
17         <type>OrgAuthority</type>
18       </subtypes>
19     </type>
20     
21     <type id="Workspace" coretype="Workspace">
22       <subtypes>
23         <type>OrgAuthority</type>
24       </subtypes>
25     </type>
26
27   </extension>
28   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
29     <type id="Organization" coretype="Organization">
30       <label>org.collectionspace.organization</label>
31       <!--icon>/icons/file.gif</icon-->
32       <default-view>view_documents</default-view>
33
34       <layouts mode="any">
35         <layout>heading</layout>
36         <layout>organization</layout>
37       </layouts>        
38     </type>
39
40     <type id="Folder" coretype="Folder">
41       <subtypes>
42         <type>Organization</type>
43       </subtypes>
44     </type>
45     
46     <type id="Workspace" coretype="Workspace">
47       <subtypes>
48         <type>Organization</type>
49       </subtypes>
50     </type>
51
52   </extension>
53 </component>