summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.classpath4
-rw-r--r--META-INF/MANIFEST.MF8
2 files changed, 8 insertions, 4 deletions
diff --git a/.classpath b/.classpath
index dbbacc419b..fcb01768dc 100644
--- a/.classpath
+++ b/.classpath
@@ -6,5 +6,7 @@
<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"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="lib" path="lib/forkjoin.jar"/>
+ <classpathentry kind="lib" path="lib/scala-library.jar"/>
+ <classpathentry kind="output" path="build/quick/classes/compiler"/>
</classpath>
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index a58c1cd872..08f8c1af9a 100644
--- a/META-INF/MANIFEST.MF
+++ b/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Scala Distribution
-Bundle-SymbolicName: scala.tools.nsc;singleton:=true
+Bundle-SymbolicName: org.scala-ide.scala.compiler;singleton:=true
Bundle-Version: 2.9.0.alpha
Eclipse-LazyStart: true
Bundle-ClassPath:
@@ -9,7 +9,8 @@ Bundle-ClassPath:
bin,
lib/fjbg.jar,
lib/jline.jar,
- lib/msil.jar
+ lib/msil.jar,
+ lib/scala-library.jar
Export-Package:
scala.tools.nsc,
scala.tools.nsc.ast,
@@ -42,4 +43,5 @@ Export-Package:
ch.epfl.lamp.util
Require-Bundle:
org.apache.ant,
- scala.library
+ org.scala-ide.scala.library
+