Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.compare.examples/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.compare.examples/plugin.xml b/examples/org.eclipse.compare.examples/plugin.xml
index a0b621158..9157dcc98 100644
--- a/examples/org.eclipse.compare.examples/plugin.xml
+++ b/examples/org.eclipse.compare.examples/plugin.xml
@@ -18,7 +18,7 @@
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.compare"/>
<import plugin="org.eclipse.jface.text"/>
- <import plugin="org.eclipse.core.runtime.compatibility" optional="true"/>
+ <import plugin="org.eclipse.core.runtime.compatibility"/>
</requires>
<extension

Back to the top