eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
43 stars 21 forks source link

Add missing jars in lib project #223

Closed eneufeld closed 2 years ago

eneufeld commented 2 years ago

Without the jars the bundle cannot be consumed by p2 correctly as a ClassNotFoundException is thrown.

eneufeld commented 2 years ago

I thought about it, but this way we exclude source jars, don't know why we add them in the first place :shrug:

cdamus commented 2 years ago

Then we can add a bin.excludes entry to exclude the source jars using a lib/*-sources.jar pattern 😀

eneufeld commented 2 years ago

That is a great hint, I try this.