-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
28 lines (27 loc) · 790 Bytes
/
Copy pathplugin.xml
File metadata and controls
28 lines (27 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.ui.newWizards">
<category
id="BOSPcategory"
name="BOSP">
</category>
<wizard
category="BOSPcategory"
class="bosp_plugin.wizard.BOSPwizard"
icon="src/bosp_plugin/image/BarbequeLogo_lit.png"
id="BOSP.wizards.BOSPwizard"
name="BarbequeRTRM Application"
project="true">
</wizard>
</extension>
<extension
point="org.eclipse.ui.preferencePages">
<page
class="bosp_plugin.preference.BOSPPreferencePage"
id="Barbeque_Plugin.preferencePage"
name="BOSP Preference">
</page>
</extension>
</plugin>