eclipse-sprotty / sprotty-server

Server implementation for the Sprotty diagramming framework
https://eclipse.org/sprotty
Eclipse Public License 2.0
23 stars 19 forks source link

Missing export packages #90

Closed glatuske closed 4 months ago

glatuske commented 4 months ago

Currently all Sprotty OSGi bundles do not export required packages. That is a prerequisite when running them in an OSGi environment.

sailingKieler commented 4 months ago

@glatuske can you give an example what's missing?

glatuske commented 4 months ago

The missing export package declarations:

I guess the same holds true for Sprotty Xtext.

sailingKieler commented 4 months ago

Ah ... now I got you. The bundles are lacking this, right? image

glatuske commented 4 months ago

@sailingKieler Yes correct.

glatuske commented 4 months ago

Fixed as part of #v1.1.1