eclipse-nattable / nattable

High performance SWT data grid
https://eclipse.dev/nattable/
Eclipse Public License 2.0
15 stars 6 forks source link

[Build] Generate source features #75

Closed fipro78 closed 5 months ago

fipro78 commented 5 months ago

Currently there is a separate source feature project for every NatTable feature. Nowadays the source feature can also be generated via the Tycho OSGi Source Plugin.

To reduce the sources to maintain and remove the warnings that the source plugins are not available, because they are already generated by Tycho, we should generate the source features instead of maintaining them manually.