Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.debug.core/schema/launchConfigurationTypes.exsd16
1 files changed, 7 insertions, 9 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
index b247037f8..6ea198adc 100644
--- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
+++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
@@ -90,6 +90,13 @@ Launch configuration instances of this type will delegate to instances of this c
</documentation>
</annotation>
</attribute>
+ <attribute name="category" type="string">
+ <annotation>
+ <documentation>
+ an optional attribute that specifies this launch configuration type's category. The default value is unspecified (null). Categories are client defined. This attribute was added in the 2.1 release
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -151,15 +158,6 @@ The launch configuration is applicable to .txt and .gif files, and is the defaul
<annotation>
<appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>

Back to the top