]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
aa11b07f64f9d90a77fe99c1ae21a9084e3e4c8d
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.person.lifesci.ecm.types">
3   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
4     <type id="PersonTenant2" coretype="PersonTenant2">
5       <label>org.collectionspace.person</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>person</layout>
13         <layout>person_naturalhistory</layout>
14       </layouts>        
15     </type>
16
17     <type id="Folder" coretype="Folder">
18       <subtypes>
19         <type>PersonTenant2</type>
20       </subtypes>
21     </type>
22     
23     <type id="Workspace" coretype="Workspace">
24       <subtypes>
25         <type>PersonTenant2</type>
26       </subtypes>
27     </type>
28
29   </extension>
30 </component>