Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-06-08 19:48:04 +0000
committerJean Michel-Lemieux2004-06-08 19:48:04 +0000
commit312690e5c7e1311c1ccc0573e3994e40b3a33493 (patch)
tree0319bbf14152fe8bf4584d4f8a4d1f876f33026a /examples
parent901caedc141379a3879a88f90b8fa7564556c64b (diff)
downloadeclipse.platform.team-312690e5c7e1311c1ccc0573e3994e40b3a33493.tar.gz
eclipse.platform.team-312690e5c7e1311c1ccc0573e3994e40b3a33493.tar.xz
eclipse.platform.team-312690e5c7e1311c1ccc0573e3994e40b3a33493.zip
Need dependency on org.eclipse.compareI20040608
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index 73daf0544..1713f551e 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -35,6 +35,7 @@
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.team.core"/>
<import plugin="org.eclipse.team.ui"/>
+ <import plugin="org.eclipse.compare"/>
<import plugin="org.eclipse.ui"/>
</requires>

Back to the top