From e39e0011bba5e2c9f5f81758a875312ed15d8194 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Tue, 12 Mar 2013 10:45:10 -0700 Subject: 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 @@ - + ``` This corresponds to checking the export check box for the scala library jar in the library's build path. --- src/eclipse/partest/.classpath | 1 + 1 file changed, 1 insertion(+) (limited to 'src/eclipse/partest/.classpath') 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 @@ + -- cgit v1.2.3