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/repl/.classpath | 11 +++++++++++ src/eclipse/repl/.project | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 src/eclipse/repl/.classpath create mode 100644 src/eclipse/repl/.project (limited to 'src/eclipse/repl') 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 + + + -- cgit v1.2.3