Possible Duplicate:
How to find out which feature contains a needed plug-in on an Eclipse download site
I'm building an RCP application and am currently trying to define my target platform. I've configured a Software Site (http://download.eclipse.org/releases/indigo) and selected the Package Eclipse RCP SDK
.
Now I'm missing a few dependencies, for instance org.eclipse.core.filesystem
and org.eclipse.ui.ide
. However, I have no idea how to identify which package I have to include in my runtime.
Is there an aggregate search service for the Eclipse repository, analogous to http://search.maven.org/, that can tell me where I can find a specific package or bundle?