//from Import >�C/C++ Executable
if(info == null) {
return configurations;
}
//get ManagedProject associated with build info
IManagedProject mProj = info.getManagedProject();
//get all build configurations of the project
configurations = mProj.getConfigurations();
return configurations;
}