mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
new Method removeCCNature()
This commit is contained in:
parent
d21b0d328a
commit
43af332194
1 changed files with 4 additions and 0 deletions
|
@ -18,5 +18,9 @@ public class CCProjectNature extends CProjectNature {
|
|||
public static void addCCNature(IProject project, IProgressMonitor mon) throws CoreException {
|
||||
addNature(project, CC_NATURE_ID, mon);
|
||||
}
|
||||
|
||||
public static void removeCCNature(IProject project, IProgressMonitor mon) throws CoreException {
|
||||
removeNature(project, CC_NATURE_ID, mon);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue