]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.document.ui/adapters.xml
Merge "Better emptying of trash bin"
[simantics/platform.git] / bundles / org.simantics.document.ui / adapters.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright (c) 2007, 2012 Association for Decentralized Information Management
4     in Industry THTH ry.
5     All rights reserved. This program and the accompanying materials
6     are made available under the terms of the Eclipse Public License v1.0
7     which accompanies this distribution, and is available at
8     http://www.eclipse.org/legal/epl-v10.html
9    
10     Contributors:
11         VTT Technical Research Centre of Finland - initial API and implementation
12  -->
13 <adapters>
14         <target interface="org.simantics.selectionview.TabContribution">
15                 <type uri="http://www.simantics.org/DocumentUI-1.1/DocumentTabContributionType"
16                         class="org.simantics.document.ui.contribution.DocumentTabContribution">
17                         <graph/>
18                         <this/>
19                 </type>
20                 
21         </target>
22         
23         <!-- Search -->
24         <target interface="org.simantics.scl.runtime.function.Function">
25                 <resource uri="http://www.simantics.org/DocumentUI-1.1/SearchFunction"
26                         class="org.simantics.document.ui.function.SearchFunction">
27                 </resource>
28         </target>
29         
30         <target interface="org.simantics.browsing.ui.model.tests.Test">
31                 <type
32             uri="http://www.simantics.org/DocumentUI-1.1/DocumentOldTest"
33             class="org.simantics.document.ui.test.DocumentOldTest">
34         </type>
35         <type
36             uri="http://www.simantics.org/DocumentUI-1.1/DocumentNotOldTest"
37             class="org.simantics.document.ui.test.DocumentNotOldTest">
38         </type>
39         
40    </target>   
41
42 </adapters>