]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.editors.win32/plugin.xml
Merge branch 'feature/funcwrite'
[simantics/platform.git] / bundles / org.simantics.editors.win32 / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.2"?>\r<!--
3     Copyright (c) 2007, 2010 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 <plugin>
15    <extension-point id="editorDefinition" name="Extrenal Editor Definition" schema="schema/editorDefinition.exsd"/>
16    <extension
17          point="org.simantics.editors.win32.editorDefinition">
18       <definition
19             factory="org.simantics.editors.win32.ole.ExcelDefinition"
20             name="org.simantics.win32.editors.excel">
21       </definition>
22       <definition
23             factory="org.simantics.editors.win32.ole.PDF_Definition"
24             name="org.simantics.win32.editors.pdf">
25       </definition>
26       <definition
27             factory="org.simantics.editors.win32.ole.PreviewDefinition"
28             name="org.simantics.win32.editors.preview">
29       </definition>
30       <definition
31             factory="org.simantics.editors.win32.ole.VisioDefinition"
32             name="org.simantics.win32.editors.visio">
33       </definition>
34       <definition
35             factory="org.simantics.editors.win32.ole.WMP_Definition"
36             name="org.simantics.win32.editors.wmp">
37       </definition>
38       <definition
39             factory="org.simantics.editors.win32.ole.WordDefinition"
40             name="org.simantics.win32.editors.word">
41       </definition>
42       <definition
43             factory="org.simantics.editors.win32.ole.DWFDefinition"
44             name="org.simantics.editors.win32.dwf">
45       </definition>
46       <definition
47             factory="org.simantics.editors.win32.ole.TxtDefinition"
48             name="org.simantics.editors.win32.txt">
49       </definition>
50    </extension>
51    <extension
52          point="org.eclipse.ui.editors">
53       <editor
54             class="org.simantics.editors.win32.OLEEditor"
55             default="false"
56             icon="icons/weather_lightning.png"
57             id="org.simantics.editors.win32.oleeditor"
58             name="OLE Editor">
59       </editor>
60    </extension>
61 </plugin>