Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.debug.core/schema/launchConfigurationTypes.exsd8
-rw-r--r--org.eclipse.debug.core/schema/launchDelegates.exsd7
2 files changed, 5 insertions, 10 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
index 3e0004033..c0ebf4cd4 100644
--- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
+++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
@@ -133,10 +133,8 @@ Since 3.3, the <code>sourceLocatorId</code> can also be specified vi
<attribute name="delegateName" type="string">
<annotation>
<documentation>
- A human readable name for the associated launch delegate. This attribute was added in the 3.3. release.
-&lt;p&gt;
-An example of a &apos;human readable name&apos; would be something like (in the case of the default java application delegate): Eclipse JDT Java Tooling
-&lt;/p&gt;
+ A human readable name for the associated launch delegate - for example, &quot;Eclipse JDT Launcher&quot;. This name is presented to the user when more than one launcher is available for a launch configuration and the user must choose a preferred launcher. This attribute was added in the 3.3 release.
+
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
@@ -146,7 +144,7 @@ An example of a &apos;human readable name&apos; would be something like (in the
<attribute name="delegateDescription" type="string">
<annotation>
<documentation>
- This attribute provides a description of the associated launch delegate i.e. what it does and what tooling it is assciated with. This attribute was added in the 3.3 release.
+ A description of this type&apos;s launch delegate - for example &quot;The Eclipse JDT Java Application Launcher supports running and debugging local Java applications&quot;. This description is presented to the user when more than one launcher is available for a launch configuration and the user must choose a preferred launcher. This attribute was added in the 3.3 release.
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
diff --git a/org.eclipse.debug.core/schema/launchDelegates.exsd b/org.eclipse.debug.core/schema/launchDelegates.exsd
index 07e1a52a2..e95ff8cf2 100644
--- a/org.eclipse.debug.core/schema/launchDelegates.exsd
+++ b/org.eclipse.debug.core/schema/launchDelegates.exsd
@@ -59,10 +59,7 @@
<attribute name="name" type="string">
<annotation>
<documentation>
- A human readable name for this delegate. This attribute was added in the 3.3. release.
-&lt;p&gt;
-An example of a &apos;human readable name&apos; would be something like (in the case of the default java application delegate): Eclipse JDT Java Tooling
-&lt;/p&gt;
+ A human readable name for this delegate - for example, &quot;Eclipse JDT Launcher&quot;. This name is presented to the user when more than one launcher is available for a launch configuration and the user must choose a preferred launcher. This attribute was added in the 3.3. release.
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
@@ -117,7 +114,7 @@ This attribute can be used in conjunction with &lt;code&gt;modeCombination&lt;/c
<attribute name="delegateDescription" type="string">
<annotation>
<documentation>
- This attribute provides a description of this launch delegate i.e. what it does and what tooling it is assciated with. This attribute was added in the 3.3 release.
+ A description of this launch delegate - for example &quot;The Eclipse JDT Java Application Launcher supports running and debugging local Java applications&quot;. This description is presented to the user when more than one launcher is available for a launch configuration and the user must choose a preferred launcher. This attribute was added in the 3.3 release.
</documentation>
</annotation>
</attribute>

Back to the top