summaryrefslogtreecommitdiff
path: root/src/eclipse
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2012-07-02 12:17:20 +0200
committerIulian Dragos <jaguarul@gmail.com>2012-07-02 13:46:24 +0200
commit98a5714fedf3b3803d16b63db471153dc14c8262 (patch)
tree801841c64f7f148f8dffc1b935009c62349fd825 /src/eclipse
parentceb095362baeaea12983c1d0de3bd309fb7b0dab (diff)
downloadscala-98a5714fedf3b3803d16b63db471153dc14c8262.tar.gz
scala-98a5714fedf3b3803d16b63db471153dc14c8262.tar.bz2
scala-98a5714fedf3b3803d16b63db471153dc14c8262.zip
The `reflect` project now depends on the `scala-library` project.
Moved the reflect project before the default library in the `scala-compiler` project, so that hyperlinks are resolved against the project sources, instead of the default binary library. README is now in markdown format.
Diffstat (limited to 'src/eclipse')
-rw-r--r--src/eclipse/README.md (renamed from src/eclipse/README)0
-rw-r--r--src/eclipse/reflect/.classpath1
-rw-r--r--src/eclipse/scala-compiler/.classpath2
3 files changed, 2 insertions, 1 deletions
diff --git a/src/eclipse/README b/src/eclipse/README.md
index 58dbd83815..58dbd83815 100644
--- a/src/eclipse/README
+++ b/src/eclipse/README.md
diff --git a/src/eclipse/reflect/.classpath b/src/eclipse/reflect/.classpath
index 2a764d5142..3fb1d08d4d 100644
--- a/src/eclipse/reflect/.classpath
+++ b/src/eclipse/reflect/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="reflect"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="output" path="build-quick-reflect"/>
diff --git a/src/eclipse/scala-compiler/.classpath b/src/eclipse/scala-compiler/.classpath
index ff3b63f3ca..e0264b9856 100644
--- a/src/eclipse/scala-compiler/.classpath
+++ b/src/eclipse/scala-compiler/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="compiler"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/reflect"/>
<classpathentry combineaccessrules="false" kind="src" path="/scala-library"/>
<classpathentry combineaccessrules="false" kind="src" path="/fjbg"/>
<classpathentry combineaccessrules="false" kind="src" path="/asm"/>
@@ -9,6 +10,5 @@
<classpathentry kind="lib" path="lib/ant/ant.jar"/>
<classpathentry kind="lib" path="lib/jline.jar"/>
<classpathentry kind="lib" path="lib/msil.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/reflect"/>
<classpathentry kind="output" path="build-quick-compiler"/>
</classpath>