summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-09-17 16:36:10 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-09-17 16:36:10 +0000
commita205b6b06e705711308c9ad3abac74ba66b6266f (patch)
tree49aa189b4917b20d76c2da02cbf9475af5a49662 /.classpath
parent3f9b82c88d74c1b03daf5131b50c172213f40a63 (diff)
downloadscala-a205b6b06e705711308c9ad3abac74ba66b6266f.tar.gz
scala-a205b6b06e705711308c9ad3abac74ba66b6266f.tar.bz2
scala-a205b6b06e705711308c9ad3abac74ba66b6266f.zip
Massive check-in for IDE.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath3
1 files changed, 3 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 6494ce68fc..73b2108718 100644
--- a/.classpath
+++ b/.classpath
@@ -4,9 +4,12 @@
<classpathentry exported="true" kind="lib" path="build/quick/lib/compiler/"/>
<classpathentry exported="true" kind="lib" path="lib/fjbg.jar"/>
<classpathentry exported="true" kind="lib" path="lib/msil.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/jline.jar"/>
<classpathentry exported="true" 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 exported="true" kind="lib" path="build/quick/lib/actors" sourcepath="src/actors"/>
+ <classpathentry exported="true" kind="lib" path="build/quick/lib/dbc" sourcepath="src/dbc"/>
<classpathentry kind="output" path="build/quick/lib/compiler"/>
</classpath>