* @throws CoreException
* @throws JavaScriptModelException
*/
protected void addJavaScriptNature(IProgressMonitor monitor)
throws CoreException, JavaScriptModelException {
JsWebNature jsWebNature = new JsWebNature(getProject(),
new SubProgressMonitor(monitor, 1));
jsWebNature.configure();
}