Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2002-03-19 20:17:51 +0000
committerJean Michel-Lemieux2002-03-19 20:17:51 +0000
commitb721efb63448777692a843fb4000363e3a294de5 (patch)
treec5c82000d288d0101a4643b91874eb0a70d91825 /tests/org.eclipse.team.tests.core/.classpath
parent7e3d9181420483995d329de0e55e75b77f5383cb (diff)
downloadeclipse.platform.team-b721efb63448777692a843fb4000363e3a294de5.tar.gz
eclipse.platform.team-b721efb63448777692a843fb4000363e3a294de5.tar.xz
eclipse.platform.team-b721efb63448777692a843fb4000363e3a294de5.zip
*** empty log message ***
Diffstat (limited to 'tests/org.eclipse.team.tests.core/.classpath')
-rw-r--r--tests/org.eclipse.team.tests.core/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.team.tests.core/.classpath b/tests/org.eclipse.team.tests.core/.classpath
index 563764820..11498fa38 100644
--- a/tests/org.eclipse.team.tests.core/.classpath
+++ b/tests/org.eclipse.team.tests.core/.classpath
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path=""/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/org.eclipse.team.core"/>
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.tests.harness"/>
<classpathentry kind="src" path="/org.junit"/>
- <classpathentry kind="output" path=""/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top