summaryrefslogtreecommitdiff
path: root/src/eclipse/repl/.classpath
diff options
context:
space:
mode:
authorSimon Schäfer <mail@antoras.de>2015-09-16 16:52:12 +0200
committerSimon Schäfer <mail@antoras.de>2015-09-16 17:05:39 +0200
commitc10631d0ffa2788d64a25960c484da4355269867 (patch)
tree18a0259c49bdc276e1db9d40d267f06eb6795764 /src/eclipse/repl/.classpath
parent76269ca7a63848aee1f141da75be8ca436bf9e6c (diff)
downloadscala-c10631d0ffa2788d64a25960c484da4355269867.tar.gz
scala-c10631d0ffa2788d64a25960c484da4355269867.tar.bz2
scala-c10631d0ffa2788d64a25960c484da4355269867.zip
Update Eclipse build files
This updates the Eclipse build files to the latest state of the arts.
Diffstat (limited to 'src/eclipse/repl/.classpath')
-rw-r--r--src/eclipse/repl/.classpath15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/eclipse/repl/.classpath b/src/eclipse/repl/.classpath
index 14f7e16670..085b58f668 100644
--- a/src/eclipse/repl/.classpath
+++ b/src/eclipse/repl/.classpath
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="repl"/>
- <classpathentry combineaccessrules="false" kind="src" path="/asm"/>
- <classpathentry kind="var" path="M2_REPO/jline/jline/2.12.1/jline-2.12.1.jar"/>
- <!-- <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/repl/jline-2.12.jar"/> -->
- <classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>
- <classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="output" path="build-quick-repl"/>
+ <classpathentry kind="src" path="repl"/>
+ <classpathentry kind="var" path="M2_REPO/jline/jline/2.12.1/jline-2.12.1.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/asm/scala-asm-5.0.4-scala-3.jar"/>
+ <classpathentry kind="output" path="build-quick-repl"/>
</classpath>