Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2005-03-18 17:15:00 +0000
committerDarin Wright2005-03-18 17:15:00 +0000
commit82c783cb55d257e44c98a7620093276fa899b27a (patch)
tree19b7b0dfd36bbd20dd24492183dcbf8bcfea1954 /org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
parent3f809c662d814bdfcf839978a62052805018f80f (diff)
downloadeclipse.platform.debug-82c783cb55d257e44c98a7620093276fa899b27a.tar.gz
eclipse.platform.debug-82c783cb55d257e44c98a7620093276fa899b27a.tar.xz
eclipse.platform.debug-82c783cb55d257e44c98a7620093276fa899b27a.zip
API review/cleanup
Diffstat (limited to 'org.eclipse.debug.core/schema/launchConfigurationTypes.exsd')
-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 bbaed66f1..954f899e3 100644
--- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
+++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
@@ -103,14 +103,14 @@ Launch configuration instances of this type will delegate to instances of this c
<attribute name="sourcePathComputerId" type="string">
<annotation>
<documentation>
- The unique identifier of a sourcePathComputer extension that is used to compute a default source lookup path for launch configurations of this type
+ 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.
</documentation>
</annotation>
</attribute>
<attribute name="sourceLocatorId" type="string">
<annotation>
<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
+ 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.
</documentation>
</annotation>
</attribute>

Back to the top