Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-01-21 20:07:31 +0000
committerDarin Wright2004-01-21 20:07:31 +0000
commit95cdbf05b1892fa256a1b2e07f08953e53125af5 (patch)
tree29e2058a438b25448b5adcb047f5b7f275652bad /org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
parent1c40d86295f04b2e2fbf1be0dfdfcaad6446e0b1 (diff)
downloadeclipse.platform.debug-95cdbf05b1892fa256a1b2e07f08953e53125af5.tar.gz
eclipse.platform.debug-95cdbf05b1892fa256a1b2e07f08953e53125af5.tar.xz
eclipse.platform.debug-95cdbf05b1892fa256a1b2e07f08953e53125af5.zip
Bug 29890 - Debug Platform Source Lookup Facilites
Diffstat (limited to 'org.eclipse.debug.core/schema/launchConfigurationTypes.exsd')
-rw-r--r--org.eclipse.debug.core/schema/launchConfigurationTypes.exsd10
1 files changed, 8 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
index 903bd7e9c..2a9624c11 100644
--- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
+++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
@@ -104,6 +104,13 @@ Launch configuration instances of this type will delegate to instances of this c
</documentation>
</annotation>
</attribute>
+ <attribute name="sourceLocatorId" type="string">
+ <annotation>
+ <documentation>
+ The unique identifier of a sourceLocators extension that is used to create the source locator for sessions launched using launch configurations of this type
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -112,8 +119,7 @@ Launch configuration instances of this type will delegate to instances of this c
<attribute name="extension" type="string" use="required">
<annotation>
<documentation>
- specifies a file extension that this launch configuration type
-can be used for.
+ specifies a file extension that this launch configuration type can be used for.
</documentation>
</annotation>
</attribute>

Back to the top