]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.editors.win32/plugin.xml
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.editors.win32 / plugin.xml
diff --git a/bundles/org.simantics.editors.win32/plugin.xml b/bundles/org.simantics.editors.win32/plugin.xml
new file mode 100644 (file)
index 0000000..5fcac5a
--- /dev/null
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<?eclipse version="3.2"?>\r<!--\r
+    Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+    in Industry THTH ry.\r
+    All rights reserved. This program and the accompanying materials\r
+    are made available under the terms of the Eclipse Public License v1.0\r
+    which accompanies this distribution, and is available at\r
+    http://www.eclipse.org/legal/epl-v10.html\r
+   \r
+    Contributors:\r
+        VTT Technical Research Centre of Finland - initial API and implementation\r
+ -->\r
+
+<plugin>\r
+   <extension-point id="editorDefinition" name="Extrenal Editor Definition" schema="schema/editorDefinition.exsd"/>\r
+   <extension\r
+         point="org.simantics.editors.win32.editorDefinition">\r
+      <definition\r
+            factory="org.simantics.editors.win32.ole.ExcelDefinition"\r
+            name="org.simantics.win32.editors.excel">\r
+      </definition>\r
+      <definition\r
+            factory="org.simantics.editors.win32.ole.PDF_Definition"\r
+            name="org.simantics.win32.editors.pdf">\r
+      </definition>\r
+      <definition\r
+            factory="org.simantics.editors.win32.ole.PreviewDefinition"\r
+            name="org.simantics.win32.editors.preview">\r
+      </definition>\r
+      <definition\r
+            factory="org.simantics.editors.win32.ole.VisioDefinition"\r
+            name="org.simantics.win32.editors.visio">\r
+      </definition>\r
+      <definition\r
+            factory="org.simantics.editors.win32.ole.WMP_Definition"\r
+            name="org.simantics.win32.editors.wmp">\r
+      </definition>\r
+      <definition\r
+            factory="org.simantics.editors.win32.ole.WordDefinition"\r
+            name="org.simantics.win32.editors.word">\r
+      </definition>\r
+      <definition\r
+            factory="org.simantics.editors.win32.ole.DWFDefinition"\r
+            name="org.simantics.editors.win32.dwf">\r
+      </definition>\r
+      <definition\r
+            factory="org.simantics.editors.win32.ole.TxtDefinition"\r
+            name="org.simantics.editors.win32.txt">\r
+      </definition>\r
+   </extension>\r
+   <extension\r
+         point="org.eclipse.ui.editors">\r
+      <editor\r
+            class="org.simantics.editors.win32.OLEEditor"\r
+            default="false"\r
+            icon="icons/weather_lightning.png"\r
+            id="org.simantics.editors.win32.oleeditor"\r
+            name="OLE Editor">\r
+      </editor>\r
+   </extension>\r
+</plugin>\r