-
Notifications
You must be signed in to change notification settings - Fork 65
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
Provide a ClasspathRegistryStrategy? #80
Comments
This issue has been inactive for 180 days and is therefore labeled as stale. |
This issue has been inactive for 180 days and is therefore labeled as stale. |
This issue has been inactive for 180 days and is therefore labeled as stale. |
This issue has been inactive for 180 days and is therefore labeled as stale. |
For Tycho I have written a
ClasspathRegistryStrategy
that simply scans a classpath for the usualplugin.xml
and recovers the bundle-infos needed here (symbolic name) trough the correspondingMANIFEST.MF
.This works quite well and I wonder if it would be useful to contribute this to Equinox to be used e.g. when the Registry is used outside of OSGi? I also noticed that PDE uses a similar approach to discover Extensions from jar files in the target state so maybe it could be reused there as well?
The text was updated successfully, but these errors were encountered: