[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Source code to Import --> Existing Project Into Workspace ?

If you open the plugin.xml in org.eclipse.ui, you can find references to the org.eclipse.ui.importWizards extension point (from the extension point tab).

If I had to guess, it's in the org.eclipse.ui.ide plugin, and is listed as org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard

Later,
PW