summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-01-21 20:36:16 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-01-21 20:36:16 +0000
commit966d503017a375a03ab0fc21dd7fb9788077f5c0 (patch)
tree25d6c4e7aa9a0ebd60460011b6d1b2730cfb411e /.classpath
parente5237247c91d05fd981e5f5a50fa543ad58890ed (diff)
downloadscala-966d503017a375a03ab0fc21dd7fb9788077f5c0.tar.gz
scala-966d503017a375a03ab0fc21dd7fb9788077f5c0.tar.bz2
scala-966d503017a375a03ab0fc21dd7fb9788077f5c0.zip
Fixed issue #398
Diffstat (limited to '.classpath')
-rw-r--r--.classpath14
1 files changed, 6 insertions, 8 deletions
diff --git a/.classpath b/.classpath
index 73b2108718..bc0e3f7cda 100644
--- a/.classpath
+++ b/.classpath
@@ -1,15 +1,13 @@
<?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/jline.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/ant-contrib.jar"/>
+ <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 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="lib" path="build/quick/lib/library" sourcepath="src/library"/>
+ <classpathentry kind="lib" path="lib/jline.jar"/>
<classpathentry kind="output" path="build/quick/lib/compiler"/>
</classpath>