Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2002-10-15 14:11:26 +0000
committerMichael Valenta2002-10-15 14:11:26 +0000
commita5fd38d3b9d166a04d58b9c48b346726a6bda43b (patch)
tree526da55b52667eb55b9dc78525259890065f7c43 /tests/org.eclipse.team.tests.cvs.core/.classpath
parent68ba5418d1e4906fa133ef17438f5b4dc9b5cc6f (diff)
downloadeclipse.platform.team-a5fd38d3b9d166a04d58b9c48b346726a6bda43b.tar.gz
eclipse.platform.team-a5fd38d3b9d166a04d58b9c48b346726a6bda43b.tar.xz
eclipse.platform.team-a5fd38d3b9d166a04d58b9c48b346726a6bda43b.zip
Fixed dependancy problem
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/.classpath')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/.classpath b/tests/org.eclipse.team.tests.cvs.core/.classpath
index dfa75e672..a9168f8b0 100644
--- a/tests/org.eclipse.team.tests.cvs.core/.classpath
+++ b/tests/org.eclipse.team.tests.cvs.core/.classpath
@@ -16,5 +16,6 @@
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/org.eclipse.swt"/>
+ <classpathentry kind="src" path="/org.eclipse.update.core"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top