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