Update: It turned out that there is already a solution to the problem described here. The bundle org.eclipse.equinox.supplement exports the packages needed by equinox.common. This bundle is available from https://download.eclipse.org/equinox/. If you want to run Eclipse databinding, simply inlude this bundle and org.eclipse.equinox.common and you're set. You can disregard the solution explained below. Thanks Pascal Rapicault for the pointer. Eclipse databinding is separated into a core...
Read More