summaryrefslogtreecommitdiff
path: root/src/eclipse/reflect/.classpath
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/reflect/.classpath
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/reflect/.classpath')
-rw-r--r--src/eclipse/reflect/.classpath1
1 files changed, 1 insertions, 0 deletions
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"/>