Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2011-01-12 13:32:08 +0000
committerDani Megert2011-01-12 13:32:08 +0000
commit62ec3c8e5d9e9193d61526be40289728c34fb01a (patch)
tree33daa3493dc36d52a5676fa258805d79d3921950 /org.eclipse.ui.workbench.texteditor/schema
parent046c23940a921b20678a5b11a6fff0f27147e75f (diff)
downloadeclipse.platform.text-62ec3c8e5d9e9193d61526be40289728c34fb01a.tar.gz
eclipse.platform.text-62ec3c8e5d9e9193d61526be40289728c34fb01a.tar.xz
eclipse.platform.text-62ec3c8e5d9e9193d61526be40289728c34fb01a.zip
Fixed bug 334074: [spell checking] preferencesClass attribute in Spelling Engine extension definition has incorrect super interface
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/schema')
-rw-r--r--org.eclipse.ui.workbench.texteditor/schema/spellingEngine.exsd17
1 files changed, 7 insertions, 10 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/schema/spellingEngine.exsd b/org.eclipse.ui.workbench.texteditor/schema/spellingEngine.exsd
index 017066dbea5..f8daffaaa74 100644
--- a/org.eclipse.ui.workbench.texteditor/schema/spellingEngine.exsd
+++ b/org.eclipse.ui.workbench.texteditor/schema/spellingEngine.exsd
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.ui.workbench.texteditor">
+<schema targetNamespace="org.eclipse.ui.workbench.texteditor" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.ui.workbench.texteditor" id="spellingEngine" name="Spelling Engine"/>
@@ -11,6 +11,11 @@
</annotation>
<element name="extension">
+ <annotation>
+ <appInfo>
+ <meta.element />
+ </appInfo>
+ </annotation>
<complexType>
<sequence>
<element ref="engine" minOccurs="1" maxOccurs="unbounded"/>
@@ -92,7 +97,7 @@
an implementation of &lt;code&gt;org.eclipse.ui.texteditor.spelling.ISpellingPreferenceBlock&lt;/code&gt;
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn="org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock"/>
+ <meta.attribute kind="java" basedOn=":org.eclipse.ui.texteditor.spelling.ISpellingPreferenceBlock"/>
</appInfo>
</annotation>
</attribute>
@@ -130,14 +135,6 @@
</documentation>
</annotation>
- <annotation>
- <appInfo>
- <meta.section type="apiInfo"/>
- </appInfo>
- <documentation>
-
- </documentation>
- </annotation>
<annotation>
<appInfo>

Back to the top