]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.document/adapters.xml
Fixed adapters.xml line endings to standard LF.
[simantics/platform.git] / bundles / org.simantics.document / 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
15         <target interface="org.simantics.scenegraph.loader.ScenegraphLoader">
16                 <type uri="http://www.simantics.org/Document-0.0/Scenegraph/Wiki" class="org.simantics.scenegraph.loader.StandardScenegraphLoader">
17                         <this/>
18                         <bundle />
19                         <string>org.simantics.document.node.Wiki</string>
20                 </type>
21                 <type uri="http://www.simantics.org/Document-0.0/Scenegraph/Composite" class="org.simantics.scenegraph.loader.StandardScenegraphLoader">
22                         <this/>
23                         <bundle />
24                         <string>org.simantics.document.node.Composite</string>
25                 </type>
26                 <type uri="http://www.simantics.org/Document-0.0/Scenegraph/Diagram" class="org.simantics.scenegraph.loader.StandardScenegraphLoader">
27                         <this/>
28                         <bundle />
29                         <string>org.simantics.document.node.Diagram</string>
30                 </type>
31         </target>
32
33 </adapters>