Community
Participate
Working Groups
It is close to impossible find the org.eclipse.equinox.executable feature by its name "Eclipse Platform Launchers". Finding features by name is for example needed in the PDE target definition editor. Would it be possible to have the word "executable" in the feature name, e.g. "Eclipse Platform Launcher Executables"? I found the following source location for the exectuable feature: http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.executable/feature.properties?view=markup&revision=1.10&root=RT_Project
Seems reasonable. (In reply to comment #0) > I found the following source location for the exectuable feature: > http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.equinox/framework/bundles/org.eclipse.equinox.executable/feature.properties?view=markup&revision=1.10&root=RT_Project We have moved to git. The source is now here: http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/org.eclipse.equinox.executable
Created attachment 209314 [details] Patch to change name to "Eclipse Platform Launcher Executables"
(In reply to comment #2) > Created attachment 209314 [details] > Patch to change name to "Eclipse Platform Launcher Executables" Forgot to mention: patch is formatted for @git am@; I don't know if it can be applied with egit.
Thanks for the patch. Will apply for M5.
Fixed in commit: http://git.eclipse.org/c/equinox/rt.equinox.framework.git/commit/?id=7f8b4e60490b6fce74759b903ada90f70556726c Thanks!