summaryrefslogtreecommitdiff
path: root/META-INF
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-12-06 12:47:47 -0800
committerPaul Phillips <paulp@improving.org>2012-12-06 12:59:37 -0800
commite8d6f5e28f2784bffc47c5188e51da147c5f736b (patch)
tree8ed4ee0e480272ed3ed44ca3edad6b45f03dafa6 /META-INF
parentc35751be33de590d8fbe669cbcb6f3de0d2c711f (diff)
downloadscala-e8d6f5e28f2784bffc47c5188e51da147c5f736b.tar.gz
scala-e8d6f5e28f2784bffc47c5188e51da147c5f736b.tar.bz2
scala-e8d6f5e28f2784bffc47c5188e51da147c5f736b.zip
Surgery on MANIFEST.MF.
Apparently this thing depends on trailing spaces because I can't change it in my trailing-space-stripping editor without the build failing with this informative message: BUILD FAILED /scala/trunk/build.xml:1403: Existing manifest /scala/trunk/build/pack/META-INF/MANIFEST.MF is invalid The whole diff between working and not working is whitespace: --- i/META-INF/MANIFEST.MF +++ w/META-INF/MANIFEST.MF @@ -4,11 +4,11 @@ Bundle-Name: Scala Distribution Bundle-SymbolicName: org.scala-ide.scala.compiler;singleton:=true Bundle-Version: 2.10.0.alpha Eclipse-LazyStart: true -Bundle-ClassPath: +Bundle-ClassPath: ., bin, lib/jline.jar, -Export-Package: +Export-Package: scala.tools.nsc, scala.tools.nsc.ast, scala.tools.nsc.ast.parser, @@ -45,7 +45,7 @@ Export-Package: scala.reflect.runtime, scala.reflect.internal.transform, scala.reflect.api, -Require-Bundle: +Require-Bundle: org.apache.ant, org.scala-ide.scala.library - +
Diffstat (limited to 'META-INF')
-rw-r--r--META-INF/MANIFEST.MF7
1 files changed, 0 insertions, 7 deletions
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index 28a70d2879..4dd69827c3 100644
--- a/META-INF/MANIFEST.MF
+++ b/META-INF/MANIFEST.MF
@@ -7,9 +7,7 @@ Eclipse-LazyStart: true
Bundle-ClassPath:
.,
bin,
- lib/fjbg.jar,
lib/jline.jar,
- lib/msil.jar
Export-Package:
scala.tools.nsc,
scala.tools.nsc.ast,
@@ -47,11 +45,6 @@ Export-Package:
scala.reflect.runtime,
scala.reflect.internal.transform,
scala.reflect.api,
- 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,
org.scala-ide.scala.library