From f3ed70c751f7fadff875b2ea3a5cb77e17eb19d3 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Sat, 27 Jul 2013 01:38:45 -0700 Subject: The `test-junit` Eclipse project depends on `scala-compiler` We want to write JUnit tests for Scala compiler so we should depend on `scala-compiler` project in `test-junit`. Also, make dependencies of `scala-compiler` project exported so it's enough to depend on `scala-compiler` to get all the transitive dependencies that are needed by the compiler. Otherwise, one would need to copy all dependencies of Scala compiler to all Eclipse projects that depend on the compiler. --- src/eclipse/scala-compiler/.classpath | 8 ++++---- src/eclipse/test-junit/.classpath | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/eclipse/scala-compiler/.classpath b/src/eclipse/scala-compiler/.classpath index b6ef5f35bb..c185bc5391 100644 --- a/src/eclipse/scala-compiler/.classpath +++ b/src/eclipse/scala-compiler/.classpath @@ -1,10 +1,10 @@ - - - - + + + + diff --git a/src/eclipse/test-junit/.classpath b/src/eclipse/test-junit/.classpath index 8e4f88e0f0..fe3c3e4f18 100644 --- a/src/eclipse/test-junit/.classpath +++ b/src/eclipse/test-junit/.classpath @@ -7,5 +7,6 @@ + -- cgit v1.2.3