]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.g3d.csg/plugin.xml
Add units to ComponentSelectionDialog
[simantics/3d.git] / org.simantics.g3d.csg / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <?eclipse version="3.4"?>\r<!--\r
3     Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
4     Industry THTH ry.\r
5     All rights reserved. This program and the accompanying materials\r
6     are made available under the terms of the Eclipse Public License v1.0\r
7     which accompanies this distribution, and is available at\r
8     http://www.eclipse.org/legal/epl-v10.html\r
9    \r
10     Contributors:\r
11         VTT Technical Research Centre of Finland - initial API and implementation\r
12  -->\r
13
14 <plugin>\r
15    <extension\r
16          point="org.eclipse.ui.editors">\r
17       <editor\r
18             class="org.simantics.g3d.csg.editor.CSGEditor2"\r
19             default="false"\r
20             icon="platform:/plugin/com.famfamfam.silk/icons/ruby.png"\r
21             id="org.simantics.g3d.csg.editor2"\r
22             name="CSG Editor">\r
23       </editor>\r
24    </extension>\r
25    <extension\r
26          point="org.simantics.ui.resourceEditorAdapter">\r
27       <adapter\r
28             editorId="org.simantics.g3d.csg.editor2"\r
29             image="platform:/plugin/com.famfamfam.silk/icons/ruby.png"\r
30             label="CSG Editor"\r
31             priority="1"\r
32             type_uris="http://www.simantics.org/CSG-0.1/Model">\r
33       </adapter>\r
34    </extension>\r
35    <extension\r
36          point="org.eclipse.ui.exportWizards">\r
37       <category\r
38             id="org.simantics.g3d.csg.category"\r
39             name="CSG Exports">\r
40       </category>\r
41       <wizard\r
42             category="org.simantics.g3d.csg.category"\r
43             class="org.simantics.g3d.csg.wizard.CSGBRepExportWizard"\r
44             id="org.simantics.g3d.csg.brepexportwizard"\r
45             name="CSG BREP Export Wizard">\r
46       </wizard>\r
47    </extension>\r
48 \r
49 </plugin>\r