Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-01-17 22:19:31 +0000
committerDarin Swanson2003-01-17 22:19:31 +0000
commit0826833e08b7474fc62ace28b71e427357ec30f7 (patch)
tree213e838730f14868d909251ddbd9a868e8e0ff27 /org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
parent7833950146c106ce1e0c2eb989a67d7bd53fcd22 (diff)
downloadeclipse.platform.debug-0826833e08b7474fc62ace28b71e427357ec30f7.tar.gz
eclipse.platform.debug-0826833e08b7474fc62ace28b71e427357ec30f7.tar.xz
eclipse.platform.debug-0826833e08b7474fc62ace28b71e427357ec30f7.zip
Bug 29153 - Migrate extension point schema ownership
Diffstat (limited to 'org.eclipse.debug.core/schema/launchConfigurationTypes.exsd')
-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