'package-add-required-packages' gets its information from
the
package-index file which is built from data in the package-info.in
files. The same goes for 'package-get-package-provider'. So if you
don't put *ALL* the provides in package-info.in you render these two
functions useless.
Well maybe I'm mistaken, but surely *internal* provides shouldn't be treated
in this way. A bunch of these files should *never* be referenced from
outside of jde, and if that's the case I don't think they should go in here.
However, these:
beanshell
efc
jde
tree-widget
are self contained and should be in the index. I will fix these.
andy