]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.csg/plugin.xml
3D framework (Simca 2012)
[simantics/3d.git] / org.simantics.g3d.csg / plugin.xml
diff --git a/org.simantics.g3d.csg/plugin.xml b/org.simantics.g3d.csg/plugin.xml
new file mode 100644 (file)
index 0000000..d167ef3
--- /dev/null
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<?eclipse version="3.4"?>\r
+<plugin>\r
+   <extension\r
+         point="org.eclipse.ui.editors">\r
+      <editor\r
+            class="org.simantics.g3d.csg.editor.CSGEditor2"\r
+            default="false"\r
+            icon="platform:/plugin/com.famfamfam.silk/icons/ruby.png"\r
+            id="org.simantics.g3d.csg.editor2"\r
+            name="CSG Editor">\r
+      </editor>\r
+   </extension>\r
+   <extension\r
+         point="org.simantics.ui.resourceEditorAdapter">\r
+      <adapter\r
+            editorId="org.simantics.g3d.csg.editor2"\r
+            image="platform:/plugin/com.famfamfam.silk/icons/ruby.png"\r
+            label="CSG Editor"\r
+            priority="1"\r
+            type_uris="http://www.simantics.org/CSG-0.1/Model">\r
+      </adapter>\r
+   </extension>\r
+   <extension\r
+         point="org.eclipse.ui.exportWizards">\r
+      <category\r
+            id="org.simantics.g3d.csg.category"\r
+            name="CSG Exports">\r
+      </category>\r
+      <wizard\r
+            category="org.simantics.g3d.csg.category"\r
+            class="org.simantics.g3d.csg.wizard.CSGBRepExportWizard"\r
+            id="org.simantics.g3d.csg.brepexportwizard"\r
+            name="CSG BREP Export Wizard">\r
+      </wizard>\r
+   </extension>\r
+\r
+</plugin>\r