From c7262dd1a2812f4cabb4c6dafcfc6fc0d4664195 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Fri, 31 Dec 2010 12:37:11 +0000 Subject: Project files --- .classpath | 4 +++- META-INF/MANIFEST.MF | 8 +++++--- 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 @@ - + + + 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 + -- cgit v1.2.3