Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-04-03 14:44:31 +0000
committerMichael Valenta2007-04-03 14:44:31 +0000
commit2d9d459f5f25b8d757dbe6856723fbc38ce45e7a (patch)
treeadd485872fac832dd5550e210931ef808a0897c4 /tests/org.eclipse.team.tests.core
parentcd87a091e1bbf233ba68f527f51b52826fe43a08 (diff)
downloadeclipse.platform.team-2d9d459f5f25b8d757dbe6856723fbc38ce45e7a.tar.gz
eclipse.platform.team-2d9d459f5f25b8d757dbe6856723fbc38ce45e7a.tar.xz
eclipse.platform.team-2d9d459f5f25b8d757dbe6856723fbc38ce45e7a.zip
Bug 106876 [Actions] Add "Revert to Base" to CVS Team menu
Diffstat (limited to 'tests/org.eclipse.team.tests.core')
-rw-r--r--tests/org.eclipse.team.tests.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.core/plugin.xml b/tests/org.eclipse.team.tests.core/plugin.xml
index 38b9658a9..5b112f90e 100644
--- a/tests/org.eclipse.team.tests.core/plugin.xml
+++ b/tests/org.eclipse.team.tests.core/plugin.xml
@@ -30,6 +30,7 @@
<import plugin="org.junit"/>
<import plugin="org.eclipse.core.tests.resources"/>
<import plugin="org.eclipse.ui.navigator"/>
+ <import plugin="org.eclipse.core.filesystem"/>
</requires>
<!-- *************** Repository Providers **************** -->

Back to the top