diff options
Diffstat (limited to 'org.eclipse.debug.core/schema')
-rw-r--r-- | org.eclipse.debug.core/schema/launchConfigurationTypes.exsd | 4 |
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> |