Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.genericeditor/schema/hoverProviders.exsd')
-rw-r--r--org.eclipse.ui.genericeditor/schema/hoverProviders.exsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.genericeditor/schema/hoverProviders.exsd b/org.eclipse.ui.genericeditor/schema/hoverProviders.exsd
index ac475e82af3..572920483b3 100644
--- a/org.eclipse.ui.genericeditor/schema/hoverProviders.exsd
+++ b/org.eclipse.ui.genericeditor/schema/hoverProviders.exsd
@@ -78,7 +78,7 @@
</appinfo>
</annotation>
</attribute>
- <attribute name="before" type="string">
+ <attribute name="isBefore" type="string">
<annotation>
<documentation>
The id of a hoverProvider before which to place this contribution.
@@ -89,7 +89,7 @@ Plan is to have contributions are sorted according to that value and to have onl
</appinfo>
</annotation>
</attribute>
- <attribute name="after" type="string">
+ <attribute name="isAfter" type="string">
<annotation>
<documentation>
The id of a hoverProvider after which to place this contribution.

Back to the top