summaryrefslogtreecommitdiff
path: root/src/eclipse
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-05-07 20:02:58 +0200
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-05-07 20:42:12 +0200
commitbab17406352fcde2f91eccbe160f98dd40e3b518 (patch)
treeae4e2d74bc2d4271005b37c67947ccc0ba81f5d0 /src/eclipse
parentcc58870344e9eea88b8eb18b99176f6db04c7724 (diff)
downloadscala-bab17406352fcde2f91eccbe160f98dd40e3b518.tar.gz
scala-bab17406352fcde2f91eccbe160f98dd40e3b518.tar.bz2
scala-bab17406352fcde2f91eccbe160f98dd40e3b518.zip
Make partest to depend on Scala compiler Eclipse project.
This way changes made to Scala compiler sources are visible to partest in Eclipse.
Diffstat (limited to 'src/eclipse')
-rw-r--r--src/eclipse/partest/.classpath6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/eclipse/partest/.classpath b/src/eclipse/partest/.classpath
index c2aab19f18..7f28868d95 100644
--- a/src/eclipse/partest/.classpath
+++ b/src/eclipse/partest/.classpath
@@ -4,11 +4,11 @@
<classpathentry combineaccessrules="false" kind="src" path="/asm"/>
<classpathentry combineaccessrules="false" kind="src" path="/repl"/>
<classpathentry kind="var" path="M2_REPO/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar"/>
+ <classpathentry kind="var" path="M2_REPO/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/scala-lang/modules/scala-partest_2.11.0-M7/1.0.0-RC8/scala-partest_2.11.0-M7-1.0.0-RC8.jar"/>
<classpathentry kind="var" path="SCALA_BASEDIR/lib/ant/ant.jar"/>
- <classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
- <classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
<classpathentry kind="output" path="build-quick-partest-extras"/>
</classpath>