From e8d6f5e28f2784bffc47c5188e51da147c5f736b Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 6 Dec 2012 12:47:47 -0800 Subject: 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 - + --- META-INF/MANIFEST.MF | 7 ------- 1 file changed, 7 deletions(-) (limited to 'META-INF/MANIFEST.MF') 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 -- cgit v1.2.3