Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2004-04-07 23:13:20 +0000
committerAndre Weinand2004-04-07 23:13:20 +0000
commit14fc7c59258987fccb004f27a4d73398dc89d0fc (patch)
treed2f6f297828db4b533ff96cfd76902322dc6c19f /tests/org.eclipse.compare.tests/.classpath
parente178ad871e0dd000ae4a2f2868e28035eaee62cf (diff)
downloadeclipse.platform.team-14fc7c59258987fccb004f27a4d73398dc89d0fc.tar.gz
eclipse.platform.team-14fc7c59258987fccb004f27a4d73398dc89d0fc.tar.xz
eclipse.platform.team-14fc7c59258987fccb004f27a4d73398dc89d0fc.zip
*** empty log message ***
Diffstat (limited to 'tests/org.eclipse.compare.tests/.classpath')
-rw-r--r--tests/org.eclipse.compare.tests/.classpath7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/org.eclipse.compare.tests/.classpath b/tests/org.eclipse.compare.tests/.classpath
index 9501e31c8..b26755e21 100644
--- a/tests/org.eclipse.compare.tests/.classpath
+++ b/tests/org.eclipse.compare.tests/.classpath
@@ -1,12 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="JUnit Tests"/>
- <classpathentry kind="src" path="/org.junit"/>
- <classpathentry kind="src" path="/org.eclipse.compare"/>
- <classpathentry kind="src" path="/org.eclipse.core.runtime.compatibility"/>
- <classpathentry kind="src" path="/org.eclipse.jface.text"/>
- <classpathentry kind="src" path="/org.eclipse.jface"/>
- <classpathentry kind="src" path="/org.eclipse.jdt.junit"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top