summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-18 12:53:20 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-18 12:53:20 +0000
commitddf531d93473f8c10ae563ca28959c5993e0d8e2 (patch)
tree4b29b50df11d52a90ab395e45b57610f8f7e7051 /.classpath
parent3e58057fd1dd2149b5c63ad053986948fe2da691 (diff)
downloadscala-ddf531d93473f8c10ae563ca28959c5993e0d8e2.tar.gz
scala-ddf531d93473f8c10ae563ca28959c5993e0d8e2.tar.bz2
scala-ddf531d93473f8c10ae563ca28959c5993e0d8e2.zip
Applying the one half of Miles's patch.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath11
1 files changed, 4 insertions, 7 deletions
diff --git a/.classpath b/.classpath
index dba8b04d19..bb255263fc 100644
--- a/.classpath
+++ b/.classpath
@@ -1,13 +1,10 @@
<?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/fjbg.jar"/>
- <classpathentry kind="lib" path="lib/msil.jar"/>
- <classpathentry kind="lib" path="lib/ant/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/msil.jar"/>
<classpathentry kind="lib" path="lib/jline.jar"/>
- <classpathentry kind="output" path="build/quick/lib/compiler"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="lib" path="lib/fjbg.jar"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>