summaryrefslogtreecommitdiff
path: root/src/eclipse/test-junit/.classpath
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-06-19 10:38:50 -0700
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-06-19 10:38:50 -0700
commite2b4db06f20894b6f14b929c1d2c7f15e1af68ee (patch)
treeda05f3c2cd1615675765e851603cf85740ba3564 /src/eclipse/test-junit/.classpath
parent97271ef9f75296d6b3b5ef10ec361c70591a6a27 (diff)
parent173e709017f5cd489e5526bec92da8dc904fc436 (diff)
downloadscala-e2b4db06f20894b6f14b929c1d2c7f15e1af68ee.tar.gz
scala-e2b4db06f20894b6f14b929c1d2c7f15e1af68ee.tar.bz2
scala-e2b4db06f20894b6f14b929c1d2c7f15e1af68ee.zip
Merge pull request #2657 from gkossakowski/junit-master
Merge JUnit support into master
Diffstat (limited to 'src/eclipse/test-junit/.classpath')
-rw-r--r--src/eclipse/test-junit/.classpath12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/eclipse/test-junit/.classpath b/src/eclipse/test-junit/.classpath
new file mode 100644
index 0000000000..718f7b6ece
--- /dev/null
+++ b/src/eclipse/test-junit/.classpath
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="test-junit"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/reflect"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="lib/ant/ant.jar"/>
+ <classpathentry kind="lib" path="lib/jline.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>
+ <classpathentry kind="var" path="M2_REPO/junit/junit/4.10/junit-4.10.jar"/>
+ <classpathentry kind="output" path="build-test-junit"/>
+</classpath>