Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] ImportWizard

Hi,

         I have an import project wizard class that imports our C/C++ specific projects into workspace, and sets up the necessary configuration . This functionality works perfectly  in eclipse 3.2.2

Implementation

AbstractProjectImportWizard  extends  NewCProjectWizard {
   
    initial C/C++ project creation with configurations is done here

}

ProjectImportWizard extends AbstractProjectImportWizard implements IImportWizard {

}

Back to the top