]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graphfile/adapters.xml
Add hashcodes from URI's as id if no component is found for SVG print
[simantics/platform.git] / bundles / org.simantics.graphfile / adapters.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright (c) 2013 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
14 <adapters>
15 <target
16                 interface="org.simantics.db.layer0.adapter.PasteHandler">
17                 <baseType
18                         uri="http://www.simantics.org/Layer0-0.0/Entity" />
19                 <type
20                         uri="http://www.simantics.org/GraphFile-0.0/Folder"
21                         class="org.simantics.graphfile.adapters.SystemResourcePasteHandler">
22                         <this />
23                 </type>
24         </target>
25
26         <target
27                 interface="org.simantics.db.layer0.adapter.CopyHandler">
28                 <baseType
29                         uri="http://www.simantics.org/Layer0-0.0/Entity" />
30                 <type
31                         uri="http://www.simantics.org/GraphFile-0.0/SystemResource"
32                         class="org.simantics.db.layer0.adapter.impl.DefaultCopyHandler">
33                         <this />
34                 </type>
35         </target>
36         
37 </adapters>