Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-05-31 15:00:03 +0000
committerDarin Wright2007-05-31 15:00:03 +0000
commita4dc3a7596db66e35807983ac106b3792d8eac58 (patch)
tree2576e3e599ce606719beee17c80af8176333cb16 /org.eclipse.debug.core/schema
parent9a7107f7f86a80e801d6a7986cea909a8055752b (diff)
downloadeclipse.platform.debug-a4dc3a7596db66e35807983ac106b3792d8eac58.tar.gz
eclipse.platform.debug-a4dc3a7596db66e35807983ac106b3792d8eac58.tar.xz
eclipse.platform.debug-a4dc3a7596db66e35807983ac106b3792d8eac58.zip
doc update
Diffstat (limited to 'org.eclipse.debug.core/schema')
-rw-r--r--org.eclipse.debug.core/schema/launchConfigurationTypes.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
index 0504060a5..3e0004033 100644
--- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
+++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
@@ -107,7 +107,7 @@ Launch configuration instances of this type will delegate to instances of this c
<documentation>
The unique identifier of a sourcePathComputer extension that is used to compute a default source lookup path for launch configurations of this type. This atttribute was added in the 3.0 release.
-With new API changes for 3.3M3 the sourcePathComputer id should be contributed via the &lt;code&gt;launchDelegates&lt;/code&gt; extension point
+Since 3.3, the &lt;code&gt;sourcePathComputerId&lt;/code&gt; can also be specified via the &lt;code&gt;launchDelegates&lt;/code&gt; extension point.
</documentation>
</annotation>
</attribute>
@@ -116,7 +116,7 @@ With new API changes for 3.3M3 the sourcePathComputer id should be contributed v
<documentation>
The unique identifier of a sourceLocator extension that is used to create the source locator for sessions launched using launch configurations of this type. This atttribute was added in the 3.0 release.
-With new API changes for 3.3M3 the sourceLocatorId id should be contributed via the &lt;code&gt;launchDelegates&lt;/code&gt; extension point
+Since 3.3, the &lt;code&gt;sourceLocatorId&lt;/code&gt; can also be specified via the &lt;code&gt;launchDelegates&lt;/code&gt; extension point.
</documentation>
</annotation>
</attribute>

Back to the top