summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorMiles Sabin <miles@milessabin.com>2009-06-29 12:20:33 +0000
committerMiles Sabin <miles@milessabin.com>2009-06-29 12:20:33 +0000
commitf5c93803e45f78c316e239f36e038e725d526a28 (patch)
tree3a3c000e5f419b12d73098b4ea6c47bb52b70cca /.classpath
parent73a4bffc830d2ba3041dce199ea900f6b4ebd52a (diff)
downloadscala-f5c93803e45f78c316e239f36e038e725d526a28.tar.gz
scala-f5c93803e45f78c316e239f36e038e725d526a28.tar.bz2
scala-f5c93803e45f78c316e239f36e038e725d526a28.zip
Added default implementation for debug hover in...
Added default implementation for debug hover info; export FJBG for use in the IDE.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index bb255263fc..1e83ae27e7 100644
--- a/.classpath
+++ b/.classpath
@@ -5,6 +5,6 @@
<classpathentry kind="lib" path="lib/msil.jar"/>
<classpathentry kind="lib" path="lib/jline.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="lib" path="lib/fjbg.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/fjbg.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>