Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic OSGi metadata to the uber-jar
Currently the uber-jar is a plain jar and therefore needs to be either wrapped or embedded when using inside OSGi. This now adds very basic OSGi meta-data so it can be used inside OSGi, possible use-cases are: - fetch it bundle location and start lemminx as a CLI process - create fragments of the host that export packages, import additional packages or provide extensions - create a fragment that provides a Declarative-Service-Component to provide services to other parts of the system - ...
- Loading branch information