-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add a provided capability for the equinox transformer hook #729
Conversation
7126868
to
b83803a
Compare
Currently there is no way for a transformer hook extension to really declare any requirement on the transformer feature (beside require bundle it). This now adds a provided capability and a corresponding requirement for the xslt.
b83803a
to
2d9a762
Compare
If I look at the
but it is not shown for the system bundle
I would have expected that this is then also provided by the system bundle or is this just how the |
Looking at the wires command it seem to work and the xslt is bound to the equinox bundle:
so I assume its a glitch in the |
Currently there is no way for a transformer hook extension to really declare any requirement on the transformer feature (beside require bundle it).
This now adds a provided capability and a corresponding requirement for the xslt.
@tjwatson can you review this? Will it work even though
org.eclipse.equinox.transforms.hook
is a framework-extension?