diff options
Diffstat (limited to 'org.eclipse.debug.core/schema/launchDelegates.exsd')
-rw-r--r-- | org.eclipse.debug.core/schema/launchDelegates.exsd | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/org.eclipse.debug.core/schema/launchDelegates.exsd b/org.eclipse.debug.core/schema/launchDelegates.exsd index 166639341..306672e46 100644 --- a/org.eclipse.debug.core/schema/launchDelegates.exsd +++ b/org.eclipse.debug.core/schema/launchDelegates.exsd @@ -58,7 +58,7 @@ <attribute name="delegate" type="string" use="required">
<annotation>
<documentation>
- specifies the fully qualified name of the Java class that implements <samp>ILaunchConfigurationDelegate</samp>. + specifies the fully qualified name of the Java class that implements <samp>ILaunchConfigurationDelegate</samp>.
Launch configuration instances of this delegate's type will delegate to instances of this class to perform launching.
</documentation>
<appInfo>
@@ -97,21 +97,21 @@ Launch configuration instances of this delegate's type will delegate to ins <meta.section type="examples"/>
</appInfo>
<documentation>
- The following is an example of a launch delegate extension point: - -<p> -<pre> - <extension point="org.eclipse.debug.core.launchDelegates"> - <launchDelegate - id="com.example.ExampleProfileDelegate" - delegate="com.example.ExampleProfileDelegate" - type="org.eclipse.jdt.launching.localJavaApplication" - modes="profile"> - </launchDelegate> - </extension> -</pre> -</p> - + The following is an example of a launch delegate extension point:
+
+<p>
+<pre>
+ <extension point="org.eclipse.debug.core.launchDelegates">
+ <launchDelegate
+ id="com.example.ExampleProfileDelegate"
+ delegate="com.example.ExampleProfileDelegate"
+ type="org.eclipse.jdt.launching.localJavaApplication"
+ modes="profile">
+ </launchDelegate>
+ </extension>
+</pre>
+</p>
+
In the example above, the specified launch delegate is contributed to launch Java applications in profile mode.
</documentation>
</annotation>
@@ -130,11 +130,11 @@ In the example above, the specified launch delegate is contributed to launch Jav <meta.section type="copyright"/>
</appInfo>
<documentation>
- <p> -<a href="hglegal.htm"> - <img SRC="ngibmcpy.gif" - ALT="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved." - BORDER=0 height=14 width=324></a> + <p>
+<a href="hglegal.htm">
+ <img SRC="ngibmcpy.gif"
+ ALT="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved."
+ BORDER=0 height=14 width=324></a>
</p>
</documentation>
</annotation>
|