]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.g3d/plugin.xml
Renaming plug-ins.
[simantics/3d.git] / org.simantics.g3d / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <?eclipse version="3.2"?>\r
3 <plugin>\r
4    <extension-point id="geometry" name="Geometry" schema="schema/geometry.exsd"/>\r
5    <extension-point id="appearance" name="Appearance" schema="schema/appearance.exsd"/>\r
6    <extension\r
7          point="org.eclipse.ui.preferencePages">\r
8       <page\r
9             category="org.simantics.proconf.preferences"\r
10             class="org.simantics.proconf.g3d.preferences.G3DPreferencesPage"\r
11             id="fi.vtt.simantics.g3d.page1"\r
12             name="3D Preferences">\r
13       </page>\r
14    </extension>\r
15    <extension\r
16          point="org.eclipse.core.runtime.preferences">\r
17       <initializer\r
18             class="org.simantics.proconf.g3d.preferences.PreferenceInitializer">\r
19       </initializer>\r
20    </extension>\r
21    <extension\r
22          point="org.eclipse.ui.views">\r
23       <view\r
24             allowMultiple="false"\r
25             class="org.simantics.proconf.g3d.views.ScenegraphViewPart"\r
26             icon="icons/geometry.png"\r
27             id="org.simantics.g3d.views.scenegraph"\r
28             name="Scene-graph">\r
29       </view>\r
30       <view\r
31             allowMultiple="false"\r
32             class="org.simantics.proconf.g3d.views.AppearanceEditor"\r
33             icon="icons/geometry.png"\r
34             id="org.simantics.proconf.g3d.view1"\r
35             name="Appearance Editor">\r
36       </view>\r
37    </extension>\r
38    <extension\r
39          point="org.eclipse.core.expressions.propertyTesters">\r
40       <propertyTester\r
41             class="org.simantics.proconf.g3d.common.PropertyTester2"\r
42             id="org.simantics.proconf.editorToolTester"\r
43             namespace="org.simantics.proconf"\r
44             properties="editorTool"\r
45             type="org.eclipse.jface.viewers.IStructuredSelection">\r
46       </propertyTester>\r
47    </extension>\r
48    <extension\r
49          point="org.simantics.proconf.g3d.appearance">\r
50       <Appearance\r
51             class="org.simantics.proconf.g3d.base.DefaultAppearanceProvider"\r
52             id="org.simantics.proconf.g3d.Appearance1">\r
53       </Appearance>\r
54    </extension>\r
55 </plugin>\r