summaryrefslogtreecommitdiff
path: root/src/eclipse/partest
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-03-12 10:45:10 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-03-12 14:25:15 -0700
commite39e0011bba5e2c9f5f81758a875312ed15d8194 (patch)
tree0ec352d3cf97a5f51512e884e2c6cdf04729899a /src/eclipse/partest
parent5262cd5422a49336a546b2ac08c307f2a0a9c606 (diff)
downloadscala-e39e0011bba5e2c9f5f81758a875312ed15d8194.tar.gz
scala-e39e0011bba5e2c9f5f81758a875312ed15d8194.tar.bz2
scala-e39e0011bba5e2c9f5f81758a875312ed15d8194.zip
update eclipse projects (partest, repl & scaladoc)
Since we've removed scala.annotations.serializable in 2.11, you'll need to following bandaid to use eclipse on master. This is the easiest fix, but certainly not recommended in general. ``` --- i/src/eclipse/scala-library/.classpath +++ w/src/eclipse/scala-library/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="library"/> - <classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/> + <classpathentry exported="true" kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/> ``` This corresponds to checking the export check box for the scala library jar in the library's build path.
Diffstat (limited to 'src/eclipse/partest')
-rw-r--r--src/eclipse/partest/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eclipse/partest/.classpath b/src/eclipse/partest/.classpath
index 75a9fae19a..a990c5a1b3 100644
--- a/src/eclipse/partest/.classpath
+++ b/src/eclipse/partest/.classpath
@@ -10,5 +10,6 @@
<classpathentry kind="lib" path="lib/jline.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/asm"/>
<classpathentry combineaccessrules="false" kind="src" path="/continuations-library"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/repl"/>
<classpathentry kind="output" path="build-quick-partest"/>
</classpath>