Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/schema/launchConfigurationTypes.exsd')
-rw-r--r--org.eclipse.debug.core/schema/launchConfigurationTypes.exsd22
1 files changed, 21 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
index d63f389a2..b1003c707 100644
--- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
+++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
@@ -149,6 +149,25 @@ without consulting with the Platform/Debug team.
</appInfo>
</annotation>
</attribute>
+ <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;
+&lt;p&gt;
+&lt;strong&gt;EXPERIMENTAL&lt;/strong&gt;. This attribute has been added as
+part of a work in progress. There is no guarantee that this API will
+remain unchanged during the 3.3 release cycle. Please do not use this API
+without consulting with the Platform/Debug team.
+&lt;/p&gt;
+ </documentation>
+ <appInfo>
+ <meta.attribute translatable="true"/>
+ </appInfo>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -190,7 +209,8 @@ without consulting with the Platform/Debug team.
id=&quot;com.example.ExampleIdentifier&quot;
delegate=&quot;com.example.ExampleLaunchConfigurationDelegate&quot;
modes=&quot;run,debug&quot;
- name=&quot;Example Application&quot;&gt;
+ name=&quot;Example Application&quot;
+ delegateName=&quot;Example Application Launch Tooling&quot;&gt;
&lt;fileExtension extension=&quot;txt&quot; default=&quot;true&quot;/&gt;
&lt;fileExtension extension=&quot;gif&quot; default=&quot;false&quot;/&gt;
&lt;/launchConfigurationType&gt;

Back to the top