Skip to content

remove META-INF/MANIFEST.MF once it's no longer used #211

@SethTisue

Description

@SethTisue

Gitter discussion:

Simon Ochsenreither @soc Aug 27 23:30
anyone knows that https://github.com/scala/scala/blob/2.12.x/META-INF/MANIFEST.MF does?
it hasn't been touched in years

Miles Sabin @milessabin Aug 27 23:46
It's OSGI metadata. I think it still matters to some people.

Simon Ochsenreither @soc Aug 28 00:03
I thought this was generated in a different way
because the file refers to Scala 2.10 alpha

Simon Schäfer @sschaef Aug 28 03:42
@soc It should be safe to remove that file. It was consumed once by scala-ide but we don't rely on it anymore. Since its symbolic name has scala-ide in it I guess no one else consumes it. However, the ant build probably still consumes that file. I guess once the ant build is removed, this file can be removed too.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions