Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-05-17 20:04:31 +0000
committerDarin Wright2007-05-17 20:04:31 +0000
commit974c86fe01dc05af748b4c12ed659eebd097e579 (patch)
tree653122daf986eedeb5e1702e094de1dd80758177 /org.eclipse.debug.ui/schema
parentb9785f5797b67f8407220b4917544c017f28ce58 (diff)
downloadeclipse.platform.debug-974c86fe01dc05af748b4c12ed659eebd097e579.tar.gz
eclipse.platform.debug-974c86fe01dc05af748b4c12ed659eebd097e579.tar.xz
eclipse.platform.debug-974c86fe01dc05af748b4c12ed659eebd097e579.zip
doc updates
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd8
1 files changed, 1 insertions, 7 deletions
diff --git a/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd b/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd
index f6be6028f..6cd5d9f27 100644
--- a/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd
+++ b/org.eclipse.debug.ui/schema/launchConfigurationTabs.exsd
@@ -7,12 +7,6 @@
</appInfo>
<documentation>
This extension point is to contribute launch configuration tabs (one or more) to an existing launch configuration tab group.
-
-
-&lt;p&gt;&lt;strong&gt;EXPERIMENTAL&lt;/strong&gt;. This extension point 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>
</annotation>
@@ -103,7 +97,7 @@ without consulting with the Platform/Debug team.&lt;/p&gt;
<attribute name="delegate" type="string" use="required">
<annotation>
<documentation>
- The id of the &lt;code&gt;launchDelegate&lt;/code&gt; that this tab is associated with. The association allows the tab to be filtered based on the modesets supported by the delegates. since 3.3 EXPERIMENTAL
+ The id of the &lt;code&gt;launchDelegate&lt;/code&gt; that this tab is associated with. The association allows the tab to be filtered based on the modesets supported by the delegates.
</documentation>
</annotation>
</attribute>

Back to the top