Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-11-06 16:17:21 +0000
committerDarin Wright2006-11-06 16:17:21 +0000
commitab4d9e66645241b6d4fc72d2f709bdbe7fe10ee6 (patch)
tree92bdc3e0202277eb46df4668955bc0905466d75c /org.eclipse.debug.core/schema
parent642ded91d74b4092022b6ebaf33bbe9cff84e68b (diff)
downloadeclipse.platform.debug-ab4d9e66645241b6d4fc72d2f709bdbe7fe10ee6.tar.gz
eclipse.platform.debug-ab4d9e66645241b6d4fc72d2f709bdbe7fe10ee6.tar.xz
eclipse.platform.debug-ab4d9e66645241b6d4fc72d2f709bdbe7fe10ee6.zip
Bug 163400 fileExtension is deprecated but doesn't offer alternatives in schema description
Diffstat (limited to 'org.eclipse.debug.core/schema')
-rw-r--r--org.eclipse.debug.core/schema/launchConfigurationTypes.exsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
index b1003c707..d96ad8e29 100644
--- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
+++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd
@@ -176,6 +176,9 @@ without consulting with the Platform/Debug team.
<appInfo>
<meta.element deprecated="true"/>
</appInfo>
+ <documentation>
+ This element is no longer used. Instead, use the &lt;code&gt;org.eclipse.debug.ui.launchShortcuts&lt;/code&gt; extension point.
+ </documentation>
</annotation>
<complexType>
<attribute name="extension" type="string" use="required">

Back to the top