We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug We are currently using an outdated way of specifying the required OSGi packages, i.e. Require-Bundle:
Require-Bundle:
Expected behavior Use Import-Package: directive
Import-Package:
The text was updated successfully, but these errors were encountered:
[eclipse-cdt#669] Switch from "Require-Bundle:" to "Import-Package:" …
6ae7215
…directive * Fix MANIFEST.MF for org.eclipse.cdt.core * Fix MANIFEST.MF for org.eclipse.launchbar.ui.controls
[#669] Switch from "Require-Bundle:" to "Import-Package:" directive
5e7ce7e
* Fix MANIFEST.MF for org.eclipse.cdt.core * Fix MANIFEST.MF for org.eclipse.launchbar.ui.controls
Actually this one duplicates #650
Sorry, something went wrong.
ruspl-afed
Successfully merging a pull request may close this issue.
Describe the bug
We are currently using an outdated way of specifying the required OSGi packages, i.e.
Require-Bundle:
Expected behavior
Use
Import-Package:
directiveThe text was updated successfully, but these errors were encountered: