Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/schema/streamMergers.exsd')
-rw-r--r--bundles/org.eclipse.compare/schema/streamMergers.exsd11
1 files changed, 10 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/schema/streamMergers.exsd b/bundles/org.eclipse.compare/schema/streamMergers.exsd
index c89c395ae..133ca9d40 100644
--- a/bundles/org.eclipse.compare/schema/streamMergers.exsd
+++ b/bundles/org.eclipse.compare/schema/streamMergers.exsd
@@ -8,7 +8,7 @@
<documentation>
This extension point allows a plug-in to register a stream merger
for specific content types. The stream merger is expected to perform a three-way merge
-on three input streams and write the result to an output stream.
+on three input streams and writes the result to an output stream.
The extension point must implement the interface &lt;samp&gt;org.eclipse.compare.IStreamMerger&lt;/samp&gt;.
</documentation>
</annotation>
@@ -93,6 +93,15 @@ The extension point must implement the interface &lt;samp&gt;org.eclipse.compare
<annotation>
<appInfo>
+ <meta.section type="since"/>
+ </appInfo>
+ <documentation>
+ 3.0
+ </documentation>
+ </annotation>
+
+ <annotation>
+ <appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>

Back to the top