summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorMiles Sabin <miles@milessabin.com>2009-12-09 21:04:42 +0000
committerMiles Sabin <miles@milessabin.com>2009-12-09 21:04:42 +0000
commiteb8538483ca2aa4ba7d9e12b0c7784ac9198a911 (patch)
tree38e0cc6c66cb96e49f3c2a53a43520e9fa6e7e73 /.classpath
parent4ee93c52c72090495e7878c0092f1eb44de83708 (diff)
downloadscala-eb8538483ca2aa4ba7d9e12b0c7784ac9198a911.tar.gz
scala-eb8538483ca2aa4ba7d9e12b0c7784ac9198a911.tar.bz2
scala-eb8538483ca2aa4ba7d9e12b0c7784ac9198a911.zip
Fully export fjbg and msil from scala to scala-...
Fully export fjbg and msil from scala to scala-plugin to avoid obscure pickler issues when building the IDE incrementally.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 1e83ae27e7..dbbacc419b 100644
--- a/.classpath
+++ b/.classpath
@@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="src" path="src/compiler"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/msil.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/msil.jar"/>
<classpathentry kind="lib" path="lib/jline.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/fjbg.jar"/>