mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 11:15:38 +02:00
new Method removeCCNature()
This commit is contained in:
parent
d21b0d328a
commit
43af332194
1 changed files with 4 additions and 0 deletions
|
@ -19,4 +19,8 @@ public class CCProjectNature extends CProjectNature {
|
||||||
addNature(project, CC_NATURE_ID, mon);
|
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