Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Removing build configurations

I am porting some plugins that rely on the CDT's build and launch system to CDT 4.0.1.  It looks like IManagedProject.removeConfiguration(String id) no longer works.  I call it just as I did in CDT 3.3 but the build configuration specified is not removed from the list of available configurations, nor is the build-folder removed from the workspace.  The configuration specified seems to be found in and removed from the configuration map to no effect.  Is there some other way I should be handling this now?

Thanks,
Wyatt Spear

Back to the top