summaryrefslogtreecommitdiff
path: root/META-INF
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 /META-INF
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 'META-INF')
-rw-r--r--META-INF/MANIFEST.MF6
1 files changed, 5 insertions, 1 deletions
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index 71fdb152c1..976d432088 100644
--- a/META-INF/MANIFEST.MF
+++ b/META-INF/MANIFEST.MF
@@ -33,7 +33,11 @@ Export-Package:
scala.tools.nsc.transform,
scala.tools.nsc.typechecker,
scala.tools.nsc.util,
- ch.epfl.lamp.fjbg
+ ch.epfl.lamp.compiler.msil,
+ ch.epfl.lamp.compiler.msil.emit,
+ ch.epfl.lamp.compiler.msil.util,
+ ch.epfl.lamp.fjbg,
+ ch.epfl.lamp.util
Require-Bundle:
org.apache.ant,
scala.library