Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2002-02-26 19:58:15 +0000
committerJean Michel-Lemieux2002-02-26 19:58:15 +0000
commit0d41a84d0066a4d891dd7c0f8d27cf4c2a06a7a1 (patch)
tree520873bb0ff30625279b5887f0656e3bff26cc17 /tests/org.eclipse.team.tests.cvs.core/.classpath
parent441a9ad7724ad3ba488e20209584106c66405317 (diff)
downloadeclipse.platform.team-0d41a84d0066a4d891dd7c0f8d27cf4c2a06a7a1.tar.gz
eclipse.platform.team-0d41a84d0066a4d891dd7c0f8d27cf4c2a06a7a1.tar.xz
eclipse.platform.team-0d41a84d0066a4d891dd7c0f8d27cf4c2a06a7a1.zip
Initial release of ui benchmark tests
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/.classpath')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/.classpath8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/.classpath b/tests/org.eclipse.team.tests.cvs.core/.classpath
index fef1a186d..49469e263 100644
--- a/tests/org.eclipse.team.tests.cvs.core/.classpath
+++ b/tests/org.eclipse.team.tests.cvs.core/.classpath
@@ -8,6 +8,12 @@
<classpathentry kind="src" path="/org.junit"/>
<classpathentry kind="src" path="/org.eclipse.core.tests.harness"/>
<classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="/org.eclipse.core.boot"/>
+ <classpathentry kind="src" path="/org.eclipse.team.cvs.ui"/>
+ <classpathentry kind="src" path="/org.eclipse.team.ui"/>
+ <classpathentry kind="src" path="/org.eclipse.ui"/>
+ <classpathentry kind="src" path="/org.eclipse.swt"/>
+ <classpathentry kind="src" path="/org.apache.xerces"/>
+ <classpathentry kind="src" path="/org.eclipse.compare"/>
<classpathentry kind="output" path="bin"/>
</classpath>
-

Back to the top