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