Community
Participate
Working Groups
HEAD The help text of the console commands for the Equinox registry misses a newline which leads to messy help text. Is: ---Extension Registry Commands--- ns [-v] [name] - display extension points in the namespace; add -v to display extensions pt [-v] uniqueExtensionPointId - display the extension point and extensions; add -v to display config elements---Eclipse Runtime commands--- diag - Displays unsatisfied constraints for the specified bundle(s). enableBundle - enable the specified bundle(s) disableBundle - disable the specified bundle(s) disabledBundles - list disabled bundles in the system Should: ---Extension Registry Commands--- ns [-v] [name] - display extension points in the namespace; add -v to display extensions pt [-v] uniqueExtensionPointId - display the extension point and extensions; add -v to display config elements ---Eclipse Runtime commands--- diag - Displays unsatisfied constraints for the specified bundle(s). enableBundle - enable the specified bundle(s) disableBundle - disable the specified bundle(s) disabledBundles - list disabled bundles in the system
Created attachment 107275 [details] patch .
Thanks for the patch Benjamin!
The P2 command help text needs to be fixed too - added bug 240681.
Patch applied to CVS Head (+ name added to the copyrights section). Thanks Benjamin for finding the problem and making the patch.
Also updated org.eclipse.equinox.registry version number.