summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-05-13 15:30:15 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-05-13 15:30:15 +0000
commit1f8b79f1b3db85eb3a8098c702e6a68b6881379e (patch)
tree4a2790e8047de34a5a667eff1ac9442c051124aa /.classpath
parent7a1fba63c23f5cc17ac6c47d11347e9c1e945914 (diff)
downloadscala-1f8b79f1b3db85eb3a8098c702e6a68b6881379e.tar.gz
scala-1f8b79f1b3db85eb3a8098c702e6a68b6881379e.tar.bz2
scala-1f8b79f1b3db85eb3a8098c702e6a68b6881379e.zip
Added explicit return type in take (see #879)
Diffstat (limited to '.classpath')
-rw-r--r--.classpath14
1 files changed, 8 insertions, 6 deletions
diff --git a/.classpath b/.classpath
index 36151c95b9..04e4f3d37e 100644
--- a/.classpath
+++ b/.classpath
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/compiler"/>
- <classpathentry kind="lib" path="build/quick/lib/compiler/"/>
+ <classpathentry kind="lib" path="lib/ant/ant-contrib.jar"/>
+ <classpathentry kind="lib" path="lib/ant/vizant.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/fjbg.jar"/>
<classpathentry kind="lib" path="lib/msil.jar"/>
- <classpathentry kind="lib" path="lib/ant-contrib.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry exported="true" kind="lib" path="build/quick/lib/library" sourcepath="src/library"/>
<classpathentry kind="lib" path="lib/jline.jar"/>
- <classpathentry kind="output" path="build/quick/lib/compiler"/>
+ <classpathentry kind="lib" path="lib/sabbus.jar"/>
+ <classpathentry kind="lib" path="lib/scala-library.jar"/>
+ <classpathentry kind="lib" path="lib/scala-compiler.jar"/>
+ <classpathentry kind="lib" path="/usr/share/ant/lib/ant.jar"/>
+ <classpathentry kind="output" path="build/quick/classes/compiler"/>
</classpath>