bundle.getString( "LBL_ChooseMainFile_Name" ), null ) ); // NOI18N
actions.add( null );
// actions.add(ProjectSensitiveActions.projectCommandAction(
// NodeJSProject.LIBRARIES_COMMAND,
// bundle.getString("LBL_AddLibrary_Name"), null));
actions.add( new AddLibraryAction( bundle, project, this ) );
actions.add( null );
actions.add( CommonProjectActions.setAsMainProjectAction() );
actions.add( CommonProjectActions.closeProjectAction() );
actions.add( null );
actions.add( CommonProjectActions.renameProjectAction() );