summaryrefslogtreecommitdiff
path: root/src/eclipse
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-02-06 00:39:08 +0100
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2014-02-06 00:39:08 +0100
commit81cd06ce666c44a09a94279138eb592dbc0f5068 (patch)
tree5f333c0a4b96e544c6b8ecdfd2c91406eab31dc4 /src/eclipse
parenteba3cc6a9e4bb091db3cc7d68dc64abb803f52c7 (diff)
downloadscala-81cd06ce666c44a09a94279138eb592dbc0f5068.tar.gz
scala-81cd06ce666c44a09a94279138eb592dbc0f5068.tar.bz2
scala-81cd06ce666c44a09a94279138eb592dbc0f5068.zip
Add repl as dependency of test-junit Eclipse project.
Since 8f20fa23dbb5b000f0889132b8c6e2acfff096b3 junit tests depend on repl. We need to reflect that dependency in our Eclipse project files.
Diffstat (limited to 'src/eclipse')
-rw-r--r--src/eclipse/test-junit/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eclipse/test-junit/.classpath b/src/eclipse/test-junit/.classpath
index d028dcc21e..8a599bd8c7 100644
--- a/src/eclipse/test-junit/.classpath
+++ b/src/eclipse/test-junit/.classpath
@@ -7,5 +7,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/repl"/>
<classpathentry kind="output" path="build-test-junit"/>
</classpath>