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 + src/eclipse/repl/.classpath | 11 +++++++++++ src/eclipse/repl/.project | 35 +++++++++++++++++++++++++++++++++++ src/eclipse/scaladoc/.classpath | 4 ++++ 4 files changed, 51 insertions(+) create mode 100644 src/eclipse/repl/.classpath create mode 100644 src/eclipse/repl/.project 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 @@ + diff --git a/src/eclipse/repl/.classpath b/src/eclipse/repl/.classpath new file mode 100644 index 0000000000..30744da306 --- /dev/null +++ b/src/eclipse/repl/.classpath @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/eclipse/repl/.project b/src/eclipse/repl/.project new file mode 100644 index 0000000000..ea188bc262 --- /dev/null +++ b/src/eclipse/repl/.project @@ -0,0 +1,35 @@ + + + repl + + + + + + org.scala-ide.sdt.core.scalabuilder + + + + + + org.scala-ide.sdt.core.scalanature + org.eclipse.jdt.core.javanature + + + + build-quick-repl + 2 + SCALA_BASEDIR/build/quick/classes/repl + + + lib + 2 + SCALA_BASEDIR/lib + + + repl + 2 + SCALA_BASEDIR/src/repl + + + diff --git a/src/eclipse/scaladoc/.classpath b/src/eclipse/scaladoc/.classpath index 422b8fbb07..f12ba4bb2c 100644 --- a/src/eclipse/scaladoc/.classpath +++ b/src/eclipse/scaladoc/.classpath @@ -1,9 +1,13 @@ + + + + -- cgit v1.2.3