io7m-com / jsycamore

Java embedded GUI package

Home Page:https://www.io7m.com/software/jsycamore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSGi Provide-Capability fields are wrong

io7m opened this issue · comments

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...

Corrected as part of 3f5ebe3