]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.graphfile/plugin.xml
Add hashcodes from URI's as id if no component is found for SVG print
[simantics/platform.git] / bundles / org.simantics.graphfile / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <!--
4     Copyright (c) 2013 Association for Decentralized Information Management
5     in Industry THTH ry.
6     All rights reserved. This program and the accompanying materials
7     are made available under the terms of the Eclipse Public License v1.0
8     which accompanies this distribution, and is available at
9     http://www.eclipse.org/legal/epl-v10.html
10    
11     Contributors:
12         VTT Technical Research Centre of Finland - initial API and implementation
13  -->
14
15 <plugin>
16
17    <extension
18          point="org.eclipse.ui.elementFactories">
19       <factory
20             class="org.simantics.graphfile.hack.GraphFileEditorInputFactory"
21             id="org.simantics.graphfile.hack.GraphFileEditorInputFactory">
22       </factory>
23    </extension>
24
25 </plugin>