summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-01-11 16:09:36 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-01-11 16:09:36 +0000
commit998a7b758fc4dc573abdeae0adc301623b393507 (patch)
tree086d518dd18eeb1b1c4824f40207f25dbdcf9586 /.classpath
parent250b45a1246a1e83e76cabd5e5251510ae3074ee (diff)
downloadscala-998a7b758fc4dc573abdeae0adc301623b393507.tar.gz
scala-998a7b758fc4dc573abdeae0adc301623b393507.tar.bz2
scala-998a7b758fc4dc573abdeae0adc301623b393507.zip
Fixed #2810.
no review
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 2 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index dbbacc419b..b2cddcbc4f 100644
--- a/.classpath
+++ b/.classpath
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/compiler"/>
+ <classpathentry kind="src" path="test/files"/>
+ <classpathentry kind="src" path="src/library"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/msil.jar"/>
<classpathentry kind="lib" path="lib/jline.jar"/>