Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-12-01 17:41:42 +0000
committerAndre Weinand2003-12-01 17:41:42 +0000
commit5f9f65d3aa8a2484cc2b8458f39627d5b2e5529c (patch)
tree48928f101e718faf155cf88e72959c057fbecc36 /examples/org.eclipse.compare.examples
parentc351640199cdf1962fe7f207904bb7b841707d97 (diff)
downloadeclipse.platform.team-5f9f65d3aa8a2484cc2b8458f39627d5b2e5529c.tar.gz
eclipse.platform.team-5f9f65d3aa8a2484cc2b8458f39627d5b2e5529c.tar.xz
eclipse.platform.team-5f9f65d3aa8a2484cc2b8458f39627d5b2e5529c.zip
added runtime.compatibility
Diffstat (limited to 'examples/org.eclipse.compare.examples')
-rw-r--r--examples/org.eclipse.compare.examples/.project3
-rw-r--r--examples/org.eclipse.compare.examples/plugin.xml1
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/org.eclipse.compare.examples/.project b/examples/org.eclipse.compare.examples/.project
index ffb43f38f..507ff7b71 100644
--- a/examples/org.eclipse.compare.examples/.project
+++ b/examples/org.eclipse.compare.examples/.project
@@ -4,9 +4,8 @@
<comment></comment>
<projects>
<project>org.eclipse.compare</project>
- <project>org.eclipse.core.boot</project>
<project>org.eclipse.core.resources</project>
- <project>org.eclipse.core.runtime</project>
+ <project>org.eclipse.core.runtime.compatibility</project>
<project>org.eclipse.jface.text</project>
<project>org.eclipse.ui</project>
</projects>
diff --git a/examples/org.eclipse.compare.examples/plugin.xml b/examples/org.eclipse.compare.examples/plugin.xml
index a920de7da..a0b621158 100644
--- a/examples/org.eclipse.compare.examples/plugin.xml
+++ b/examples/org.eclipse.compare.examples/plugin.xml
@@ -18,6 +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"/>
</requires>
<extension

Back to the top