Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-05-17 20:14:33 +0000
committerDarin Wright2007-05-17 20:14:33 +0000
commit8c4861f8f534c454bd6ee6e3971e9a7a3f0f9210 (patch)
tree4cff855906a23f2b57f68a953bc3f9658084b9d5 /org.eclipse.debug.core/schema
parent974c86fe01dc05af748b4c12ed659eebd097e579 (diff)
downloadeclipse.platform.debug-8c4861f8f534c454bd6ee6e3971e9a7a3f0f9210.tar.gz
eclipse.platform.debug-8c4861f8f534c454bd6ee6e3971e9a7a3f0f9210.tar.xz
eclipse.platform.debug-8c4861f8f534c454bd6ee6e3971e9a7a3f0f9210.zip
doc updates
Diffstat (limited to 'org.eclipse.debug.core/schema')
-rw-r--r--org.eclipse.debug.core/schema/launchDelegates.exsd8
1 files changed, 1 insertions, 7 deletions
diff --git a/org.eclipse.debug.core/schema/launchDelegates.exsd b/org.eclipse.debug.core/schema/launchDelegates.exsd
index 4da8d7069..07e1a52a2 100644
--- a/org.eclipse.debug.core/schema/launchDelegates.exsd
+++ b/org.eclipse.debug.core/schema/launchDelegates.exsd
@@ -63,12 +63,6 @@
<p>
An example of a 'human readable name' would be something like (in the case of the default java application delegate): Eclipse JDT Java Tooling
</p>
-<p>
-<strong>EXPERIMENTAL</strong>. 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.
-</p>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
@@ -82,7 +76,7 @@ without consulting with the Platform/Debug team.
Launch configuration instances of this delegate&apos;s type will delegate to instances of this class to perform launching in the modes this launch delegate supports - see the &lt;code&gt;modes&lt;/code&gt; attribute and the &lt;code&gt;modeCombination&lt;/code&gt; element.
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.debug.core.model.ILaunchConfigurationDelegate"/>
+ <meta.attribute kind="java" basedOn=":org.eclipse.debug.core.model.ILaunchConfigurationDelegate"/>
</appInfo>
</annotation>
</attribute>

Back to the top