From 57534f9811e8f6cf482fc4a32b1c1ecb90f6d418 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Fri, 5 Jul 2013 15:40:32 -0700 Subject: Updated eclipse project files. Set everything up so that soon-to-be independent modules are compiled with the Eclipse plugin's compiler & library (2.11.0-M3 currently). Most projects still compile with 2.11.0-M3, but partest will need a nightly build of 2.11. --- src/eclipse/repl/.classpath | 15 +++++------ src/eclipse/repl/.project | 64 ++++++++++++++++++++++----------------------- 2 files changed, 39 insertions(+), 40 deletions(-) (limited to 'src/eclipse/repl') diff --git a/src/eclipse/repl/.classpath b/src/eclipse/repl/.classpath index 30744da306..748fa6c9c8 100644 --- a/src/eclipse/repl/.classpath +++ b/src/eclipse/repl/.classpath @@ -1,11 +1,10 @@ - - - - - - - - + + + + + + + diff --git a/src/eclipse/repl/.project b/src/eclipse/repl/.project index ea188bc262..69ad08ab1a 100644 --- a/src/eclipse/repl/.project +++ b/src/eclipse/repl/.project @@ -1,35 +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 - - + 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