Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-05-07 15:49:11 +0000
committerMichael Rennie2007-05-07 15:49:11 +0000
commit443faf49d3804d8575d6a17b400c549a90f55330 (patch)
tree871c1e759e8aaf2f5aab52fce572a615b53f2bc2 /org.eclipse.debug.ui/schema
parent347e9bfde38411b00787cfba06dfd7591e9968db (diff)
downloadeclipse.platform.debug-443faf49d3804d8575d6a17b400c549a90f55330.tar.gz
eclipse.platform.debug-443faf49d3804d8575d6a17b400c549a90f55330.tar.xz
eclipse.platform.debug-443faf49d3804d8575d6a17b400c549a90f55330.zip
Bug 185311
typo in detailPaneFactories.exsd
Diffstat (limited to 'org.eclipse.debug.ui/schema')
-rw-r--r--org.eclipse.debug.ui/schema/detailPaneFactories.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/schema/detailPaneFactories.exsd b/org.eclipse.debug.ui/schema/detailPaneFactories.exsd
index 6401e983a..3a89fb4e4 100644
--- a/org.eclipse.debug.ui/schema/detailPaneFactories.exsd
+++ b/org.eclipse.debug.ui/schema/detailPaneFactories.exsd
@@ -3,7 +3,7 @@
<schema targetNamespace="org.eclipse.debug.ui">
<annotation>
<appInfo>
- <meta.schema plugin="org.eclipse.debug.ui" id="detaiPaneFactories" name="Detail Pane Factories Extension"/>
+ <meta.schema plugin="org.eclipse.debug.ui" id="detailPaneFactories" name="Detail Pane Factories Extension"/>
</appInfo>
<documentation>
This extension point allows clients to contribute custom renderings for the detail pane in the variables, registers and expression views. To contribute a custom detail pane, an implementation of &lt;code&gt;IDetailPaneFactory&lt;/code&gt; is registered using this extension point. A detail pane factory creates an &lt;code&gt;IDetailPane&lt;/code&gt; for each custom rendering.

Back to the top