I have an Eclipse RCP application that I have been managing for a few years. I am updating it from Luna to Neon as the base and have updated to Tycho 0.26 in the process.
One of the new features in Eclipse since Luna is that on OSX the application is packaged as a .app with the content inside the app folder. My build process is working, however the resulting application is now named Eclipse.app rather than MyRCP.app. How is this best handled? Do I just rename it after the build or can this be controlled from the Maven/Tycho configuration?