--- a/debuggercdi/com.nokia.cdt.debug.launch/plugin.xml Tue Apr 20 14:10:08 2010 -0500
+++ b/debuggercdi/com.nokia.cdt.debug.launch/plugin.xml Tue Apr 20 15:36:01 2010 -0500
@@ -179,7 +179,7 @@
class="com.nokia.cdt.internal.debug.launch.PhoneLaunchShortcut"
icon="icons/launch_config_file_16x16.png"
id="com.nokia.cdt.debug.launch.symbianCPPShortcut.phone"
- label="Symbian OS Phone Launch"
+ label="Symbian OS Phone or Simulator Launch"
modes="run, debug">
<contextualLaunch>
<enablement>
@@ -237,20 +237,20 @@
</with>
</enablement>
<contextLabel
- label="Run Symbian OS Application on Phone"
+ label="Run Symbian OS Application on Phone or Simulator"
mode="run">
</contextLabel>
<contextLabel
- label="Debug Symbian OS Application on Phone"
+ label="Debug Symbian OS Application on Phone or Simulator"
mode="debug">
</contextLabel>
</contextualLaunch>
<description
- description="Debugs on a phone using System TRK or Application TRK"
+ description="Debugs on a phone or simulator using System TRK or Application TRK"
mode="debug">
</description>
<description
- description="Runs on a phone using System TRK or Application TRK"
+ description="Runs on a phone or simulator using System TRK or Application TRK"
mode="run">
</description>
</shortcut>
@@ -316,11 +316,11 @@
</with>
</enablement>
<contextLabel
- label="Run Symbian OS Application on Reference Board"
+ label="Run Symbian OS System on Reference Board"
mode="run">
</contextLabel>
<contextLabel
- label="Debug Symbian OS Application on Reference Board"
+ label="Debug Symbian OS System on Reference Board"
mode="debug">
</contextLabel>
</contextualLaunch>
@@ -464,5 +464,6 @@
<extension-point id="launchWizardExtension" name="Launch Wizard Page" schema="schema/launchWizardExtension.exsd"/>
<extension-point id="launchCategoryExtension" name="Launch Category" schema="schema/launchCategoryExtension.exsd"/>
-
+ <extension-point id="launchDelegateConnectionExtension" name="Launch Delegate Connection Extension" schema="schema/launchDelegateConnectionExtension.exsd"/>
+
</plugin>