-
Notifications
You must be signed in to change notification settings - Fork 14
Description
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.