Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-04-15 18:41:17 +0000
committerDarin Wright2004-04-15 18:41:17 +0000
commitc619de0d6587c66e26f5736277c462ce6f740893 (patch)
tree998701083bc17af334b1b39841aae63071a219a0 /org.eclipse.debug.core/schema/launchDelegates.exsd
parent48c92d5c42e6af5046b770531047aa8036995443 (diff)
downloadeclipse.platform.debug-c619de0d6587c66e26f5736277c462ce6f740893.tar.gz
eclipse.platform.debug-c619de0d6587c66e26f5736277c462ce6f740893.tar.xz
eclipse.platform.debug-c619de0d6587c66e26f5736277c462ce6f740893.zip
API review
Diffstat (limited to 'org.eclipse.debug.core/schema/launchDelegates.exsd')
-rw-r--r--org.eclipse.debug.core/schema/launchDelegates.exsd11
1 files changed, 10 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/schema/launchDelegates.exsd b/org.eclipse.debug.core/schema/launchDelegates.exsd
index 65c56670a..166639341 100644
--- a/org.eclipse.debug.core/schema/launchDelegates.exsd
+++ b/org.eclipse.debug.core/schema/launchDelegates.exsd
@@ -6,7 +6,7 @@
<meta.schema plugin="org.eclipse.debug.core" id="launchDelegates" name="Launch Delegates"/>
</appInfo>
<documentation>
- This extension point provides a mechanism for contributing a launch delegate to an existing launch configuration type for one or more launch mode. Since launch modes are extensisble, it may be neccessary to contribute additional launch delegates to an existing launch configuration type. Each launch delegate is contributed for a specific launch configuration type. A launch delegate supports one or more launch modes, and specifies a delegate responsible for the implementation of launching.
+ This extension point provides a mechanism for contributing a launch delegate to an existing launch configuration type for one or more launch modes. Since launch modes are extensisble, it may be neccessary to contribute additional launch delegates to an existing launch configuration type. Each launch delegate is contributed for a specific launch configuration type. A launch delegate supports one or more launch modes, and specifies a delegate responsible for the implementation of launching.
</documentation>
</annotation>
@@ -85,6 +85,15 @@ Launch configuration instances of this delegate&apos;s type will delegate to ins
<annotation>
<appInfo>
+ <meta.section type="since"/>
+ </appInfo>
+ <documentation>
+ 3.0
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>

Back to the top