]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
184cd0ae3f658fd88725cf813195ad649ccb2a09
[tmp/jakarta-migration.git] /
1 <?xml version="1.0"?>
2 <component name="org.collectionspace.location.ecm.types">
3   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
4     <type id="Locationauthority" coretype="Locationauthority">
5       <label>org.collectionspace.locationauthority</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>cslocationauthority</layout>
12       </layouts>        
13     </type>
14
15     <type id="Folder" coretype="Folder">
16       <subtypes>
17         <type>Locationauthority</type>
18       </subtypes>
19     </type>
20     
21     <type id="Workspace" coretype="Workspace">
22       <subtypes>
23         <type>Locationauthority</type>
24       </subtypes>
25     </type>
26
27   </extension>
28   <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">
29     <type id="Locationitem" coretype="Locationitem">
30       <label>org.collectionspace.location</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>location</layout>
37       </layouts>        
38     </type>
39
40     <type id="Folder" coretype="Folder">
41       <subtypes>
42         <type>Location</type>
43       </subtypes>
44     </type>
45     
46     <type id="Workspace" coretype="Workspace">
47       <subtypes>
48         <type>Location</type>
49       </subtypes>
50     </type>
51
52   </extension>
53 </component>