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 Provide-Capability fields are wrong #39

Closed
io7m opened this issue Apr 22, 2017 · 1 comment
Closed

OSGi Provide-Capability fields are wrong #39

io7m opened this issue Apr 22, 2017 · 1 comment
Assignees
Labels

Comments

@io7m
Copy link
Member

io7m commented Apr 22, 2017

They're currently declared as (for example):

<Provide-Capability>
  com.io7m.jsycamore.theme.name;type:String=Stride
</Provide-Capability>

But should be:

<Provide-Capability>
  com.io7m.jsycamore.theme;name:String=Stride
</Provide-Capability>

This is an unfortunate typo that was copied to each of the provided themes...

@io7m io7m added the bug label Apr 22, 2017
@io7m io7m self-assigned this Apr 22, 2017
@io7m
Copy link
Member Author

io7m commented Jun 19, 2018

Corrected as part of 3f5ebe3

@io7m io7m closed this as completed Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant