* commit '848a8f36ae02657c80c6cc77fddf5148c69f3a0e': REPORT-773 删除设计器社区菜单
@ -138,8 +138,6 @@ public abstract class ToolBarMenuDock {
// 添加帮助菜单
menuList.add(createHelpMenuDef());
// 添加社区菜单
menuList.add(createCommunityMenuDef());
return menuList.toArray(new MenuDef[menuList.size()]);
}