summaryrefslogtreecommitdiff
path: root/src/eclipse/partest/.classpath
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2016-04-20 15:58:08 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2016-04-20 15:58:08 +0200
commit23159d2842fcc64f5d3fc962b292030627b3a1a1 (patch)
tree6fa57b3d511b5b1e6b4847e72330ab80309de1bc /src/eclipse/partest/.classpath
parent1fcfdd8c8bca1adba6eff2381ac6e765141801f0 (diff)
downloadscala-23159d2842fcc64f5d3fc962b292030627b3a1a1.tar.gz
scala-23159d2842fcc64f5d3fc962b292030627b3a1a1.tar.bz2
scala-23159d2842fcc64f5d3fc962b292030627b3a1a1.zip
Automate Eclipse settings and update project files: (#5091)
- remove `M2_REPO`. All dependencies are picked up from `build/deps` - add script to update an existing workspace directory with the required path variables - add the default Scala library to several projects for better out-of-the-box experience. This means that changes in the scale-library project may not be visible in the other projects, but makes it way easier to get a working config. If you really need that, you probably know what you’re doing anyway.
Diffstat (limited to 'src/eclipse/partest/.classpath')
-rw-r--r--src/eclipse/partest/.classpath8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/eclipse/partest/.classpath b/src/eclipse/partest/.classpath
index 9e3a3c9b6c..4dc5dd77d0 100644
--- a/src/eclipse/partest/.classpath
+++ b/src/eclipse/partest/.classpath
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="partest-extras"/>
- <classpathentry kind="var" path="M2_REPO/org/scala-lang/modules/scala-asm/5.0.4-scala-3/scala-asm-5.0.4-scala-3.jar"/>
+ <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/asm/scala-asm-5.0.4-scala-3.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/repl"/>
- <classpathentry kind="var" path="M2_REPO/com/googlecode/java-diff-utils/diffutils/1.3.0/diffutils-1.3.0.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/scala-sbt/test-interface/1.0/test-interface-1.0.jar"/>
- <classpathentry kind="var" path="M2_REPO/org/scala-lang/modules/scala-partest_2.11/1.0.9/scala-partest_2.11-1.0.9.jar"/>
+ <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/diffutils-1.3.0.jar"/>
+ <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/test-interface-1.0.jar"/>
<classpathentry kind="var" path="SCALA_BASEDIR/lib/ant/ant.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/scala-compiler"/>
<classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
+ <classpathentry kind="var" path="SCALA_BASEDIR/build/deps/partest/scala-partest_2.11-1.0.13.jar"/>
<classpathentry kind="output" path="build-quick-partest-extras"/>
</classpath>