summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorSean McDirmid <sean.mcdirmid@gmail.com>2007-04-27 02:09:40 +0000
committerSean McDirmid <sean.mcdirmid@gmail.com>2007-04-27 02:09:40 +0000
commitb1d88408776eb4e93546ca5c78b17d2bed7b88f4 (patch)
tree93a1007faa2f032274dfee6273d90d59bc512b35 /.classpath
parent8d2349581f5694704fb1bebc713339d46823ec67 (diff)
downloadscala-b1d88408776eb4e93546ca5c78b17d2bed7b88f4.tar.gz
scala-b1d88408776eb4e93546ca5c78b17d2bed7b88f4.tar.bz2
scala-b1d88408776eb4e93546ca5c78b17d2bed7b88f4.zip
Adding eclipse meta data.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath12
1 files changed, 12 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000000..6494ce68fc
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/compiler"/>
+ <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/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="output" path="build/quick/lib/compiler"/>
+</classpath>