Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSGi Manifest file in published sources #7862

Closed
scabug opened this issue Sep 20, 2013 · 3 comments
Closed

OSGi Manifest file in published sources #7862

scabug opened this issue Sep 20, 2013 · 3 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Sep 20, 2013

In order to match Scala jars with their sources in Eclipse, a few additional lines need to be added in the MANIFEST.MF file inside source jars:

Bundle-SymbolicName: org.scala-lang.scala-compiler.source
Bundle-Version: ${osgi.version}
Eclipse-SourceBundle: org.scala-lang.scala-compiler;version="${osgi.version}";roots:="."
@scabug
Copy link
Author

scabug commented Sep 20, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7862?orig=1
Reporter: @dragos
Affected Versions: 2.11.0-M5
Other Milestones: 2.11.0-M6

@scabug
Copy link
Author

scabug commented Sep 20, 2013

@dragos said:
PR: scala/scala#2970

@scabug scabug closed this as completed Sep 21, 2013
@scabug
Copy link
Author

scabug commented Sep 21, 2013

@retronym said:
When we backport, just please add fix version for 2.10.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants