]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.views.text/adapters.xml
Merge branch 'feature/funcwrite'
[simantics/platform.git] / bundles / org.simantics.views.text / adapters.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright (c) 2017 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         Semantum Oy - initial API and implementation
12  -->
13 <adapters>
14
15         <target interface="org.simantics.scenegraph.loader.ScenegraphLoader">
16                 <type uri="http://www.simantics.org/TextViews-0.0/MarkupSourceViewer" class="org.simantics.scenegraph.loader.StandardScenegraphLoader">
17                         <this/>
18                         <bundle />
19                         <string>org.simantics.views.text.internal.SWTMarkupSourceViewer</string>
20                 </type>
21         </target>
22
23 </adapters>