You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
infra: convert nested libs to wrapped OSGi bundles
EclipseCS uses several external libraries, which are copied manually
into the libs folder. Since everything else comes from the Eclipse
target platform, those 3 libraries are easier to maintain by fetching
them directly from maven and letting Eclipse PDE automatically wrap them
into OSGi bundles.
With that change in place, updating the external libraries is as easy as
changing the version number in the .target file.
0 commit comments