Last change
on this file since 2695 was
2695,
checked in by orlov, 14 years ago
|
- Don't require other plugins.
- Slightly improved plugin.xml.
|
File size:
881 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <?eclipse version="3.2"?> |
---|
3 | <plugin> |
---|
4 | <extension |
---|
5 | id="org.refal.plus.rfpdt.launch.refal_plus" |
---|
6 | name="Refal Plus" |
---|
7 | point="org.eclipse.debug.core.launchConfigurationTypes"> |
---|
8 | <launchConfigurationType |
---|
9 | delegate="org.refal.plus.rfpdt.launch.RfpLaunchConfigurationDelegate" |
---|
10 | id="org.refal.plus.rfpdt.launch.launchConfigurationType" |
---|
11 | modes="run,debug" |
---|
12 | name="Refal Plus Application"/> |
---|
13 | </extension> |
---|
14 | <extension |
---|
15 | point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
---|
16 | <launchConfigurationTabGroup |
---|
17 | class="org.refal.plus.rfpdt.launch.ui.RfpTabGroup" |
---|
18 | id="org.refal.plus.rfpdt.launch.launchConfigurationTabGroup" |
---|
19 | type="org.refal.plus.rfpdt.launch.launchConfigurationType"/> |
---|
20 | </extension> |
---|
21 | |
---|
22 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.