]> gerrit.simantics Code Review - simantics/3d.git/blob - org.simantics.g3d.vtk/plugin.xml
Merged trunk@r31583 to branches/simantics-1.18 on 2015-08-14 for 1.18.3 release.
[simantics/3d.git] / org.simantics.g3d.vtk / 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.preferencePages">\r
17       <page\r
18             class="org.simantics.g3d.vtk.preferences.VTKPreferencePage"\r
19             id="org.simantics.g3d.vtk.preferences.VTKPreferencePage"\r
20             name="VTK Preferences">\r
21       </page>\r
22    </extension>\r
23    <extension\r
24          point="org.eclipse.core.runtime.preferences">\r
25       <initializer\r
26             class="org.simantics.g3d.vtk.preferences.PreferenceInitializer">\r
27       </initializer>\r
28    </extension>\r
29    <extension\r
30          point="org.eclipse.ui.commands">\r
31    </extension>\r
32 \r
33 </plugin>\r