Changeset 3470 for devel-tools/trunk
- Timestamp:
- Mar 9, 2008, 2:30:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.launch/plugin.xml
r3468 r3470 23 23 class="org.refal.plus.rfpdt.launch.ui.RfpTabGroup" 24 24 id="org.refal.plus.rfpdt.launch.launchConfigurationTabGroup" 25 type="org.refal.plus.rfpdt.launch.refal_plus"/> 25 type="org.refal.plus.rfpdt.launch.refal_plus"> 26 <launchMode 27 mode="debug" 28 perspective="org.eclipse.debug.ui.DebugPerspective" 29 description="Debug a Refal Plus application"> 30 </launchMode> 31 <launchMode 32 mode="run" 33 description="Run a Refal Plus application"> 34 </launchMode> 35 </launchConfigurationTabGroup> 26 36 </extension> 27 37 <extension
Note: See TracChangeset
for help on using the changeset viewer.