Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2002-03-18 22:58:36 +0000
committerDarin Wright2002-03-18 22:58:36 +0000
commit391b516f89261431817c0a6166fce267c525050a (patch)
treedf8dddbbdc7d334dd0786d501ceab6cbfb16cb75 /org.eclipse.debug.ui/doc
parentf9da0968ab42b631816cdc84c20dcd0ac1597231 (diff)
downloadeclipse.platform.debug-391b516f89261431817c0a6166fce267c525050a.tar.gz
eclipse.platform.debug-391b516f89261431817c0a6166fce267c525050a.tar.xz
eclipse.platform.debug-391b516f89261431817c0a6166fce267c525050a.zip
bug 11610
Diffstat (limited to 'org.eclipse.debug.ui/doc')
-rw-r--r--org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabs.html2
-rw-r--r--org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTypeImages.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabs.html b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabs.html
index c31efa25f..20c7123ab 100644
--- a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabs.html
+++ b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTabs.html
@@ -46,7 +46,7 @@ for certain launch configuration types.</p>
<p>The following is an example of a launch configuration tab extension point: </p>
<pre>
-&lt;extension point="org.eclipse.debug.core.launchConfigurationTabs"&gt;
+&lt;extension point="org.eclipse.debug.ui.launchConfigurationTabs"&gt;
&lt;launchConfigurationTab
id="com.example.ExampleTabIdentifier"
type="com.example.SomeLaunchConfigurationType"
diff --git a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTypeImages.html b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTypeImages.html
index 3564c51e8..ef0166731 100644
--- a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTypeImages.html
+++ b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_launchConfigurationTypeImages.html
@@ -36,7 +36,7 @@ a launch configuration type.</p>
<p>The following is an example of a launch configuration type image extension point: </p>
<pre>
-&lt;extension point="org.eclipse.debug.core.launchConfigurationTypeImages"&gt;
+&lt;extension point="org.eclipse.debug.ui.launchConfigurationTypeImages"&gt;
&lt;launchConfigurationTypeImage
id="com.example.FirstLaunchConfigurationTypeImage"
configTypeID="com.example.FirstLaunchConfigurationType"

Back to the top