Migrate build scripts to Tycho
Everything compiles now, but I had to remove the com.neXtep.Designer plugin from the feature dependencies, which seemed odd to me at first.
As I expected, the resulting application fails at startup with the following error:
java.lang.RuntimeException: Application "com.neXtep.Designer.application" could not be found in the registry
I think this is related to the fact that the com.neXtep.Designer plugin is never compiled as a plugin but only as a product. The product declaration should be put in a specific project, so the com.neXtep.Designer plugin could be compiled as a plugin.
After separating the product from the com.neXtep.Designer plugin, the compiled application works fine. I have one last thing to settle with some icons which are not properly included into the executable, but that does not prevent neXtep Designer from working.