]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graphfile/adapters.xml
added org.apache.batik from svn
[simantics/platform.git] / bundles / org.simantics.graphfile / adapters.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3     Copyright (c) 2013 Association for Decentralized Information Management\r
4     in Industry THTH ry.\r
5     All rights reserved. This program and the accompanying materials\r
6     are made available under the terms of the Eclipse Public License v1.0\r
7     which accompanies this distribution, and is available at\r
8     http://www.eclipse.org/legal/epl-v10.html\r
9    \r
10     Contributors:\r
11         VTT Technical Research Centre of Finland - initial API and implementation\r
12  -->\r
13 \r
14 <adapters>\r
15 <target\r
16                 interface="org.simantics.db.layer0.adapter.PasteHandler">\r
17                 <baseType\r
18                         uri="http://www.simantics.org/Layer0-0.0/Entity" />\r
19                 <type\r
20                         uri="http://www.simantics.org/GraphFile-0.0/Folder"\r
21                         class="org.simantics.graphfile.adapters.SystemResourcePasteHandler">\r
22                         <this />\r
23                 </type>\r
24         </target>\r
25 \r
26         <target\r
27                 interface="org.simantics.db.layer0.adapter.CopyHandler">\r
28                 <baseType\r
29                         uri="http://www.simantics.org/Layer0-0.0/Entity" />\r
30                 <type\r
31                         uri="http://www.simantics.org/GraphFile-0.0/SystemResource"\r
32                         class="org.simantics.db.layer0.adapter.impl.DefaultCopyHandler">\r
33                         <this />\r
34                 </type>\r
35         </target>\r
36         \r
37 </adapters>