summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-05-13 15:32:22 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-05-13 15:32:22 +0000
commitad903380ca09444fa11ae274e9569a46f3c66f9b (patch)
tree6a8deee57b12b9fbde25c6828b6ab3b414090827 /.classpath
parent1f8b79f1b3db85eb3a8098c702e6a68b6881379e (diff)
downloadscala-ad903380ca09444fa11ae274e9569a46f3c66f9b.tar.gz
scala-ad903380ca09444fa11ae274e9569a46f3c66f9b.tar.bz2
scala-ad903380ca09444fa11ae274e9569a46f3c66f9b.zip
Rolled back unintented committed files.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath14
1 files changed, 6 insertions, 8 deletions
diff --git a/.classpath b/.classpath
index 04e4f3d37e..36151c95b9 100644
--- a/.classpath
+++ b/.classpath
@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/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="build/quick/lib/compiler/"/>
<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="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"/>
+ <classpathentry kind="output" path="build/quick/lib/compiler"/>
</classpath>