Community
Participate
Working Groups
The current post-tycho-release.sh does not remove the native launcher artifacts from the packages. You can see this by downloading the web or basic package and check the plugins folder. A folder with the name "org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.N20110314-2000" is still contained. Besides this the script does not delete the libcairo-swt.so on the package root folder.
Resolved in our repository's master. The script does now delete the mentioned files.
Thanks Holger! The script was only removing the native executable. I have not digged into the complete set of dependencies: however I was afraid that touching the plugins and features would eventually cause trouble with a p2 update. So I was very conservative and only was removing the native executable. It is worth trying to remove this though and see if everything works as expected anyways.