【Netbeans Platform】去掉启动时自动更新
经过几天的研究,发现去掉启动时自动检查更新的最好方式是完全移除Auto Update UI模块。

当然副作用是,“工具”菜单里没有插件管理选项,而对于特定的应用程序来说,这个插件管理也不是必要的,有时去掉反而是更合适。至于所需的更新功能,在UI这一块需要开发人员自己去实现(调用Auto Update Services提供的功能)。
@see org.netbeans.modules.autoupdate.ui.actions.Installer
@see org.netbeans.modules.autoupdate.ui.actions.AutoupdateCheckScheduler
@see org.netbeans.modules.autoupdate.ui.actions.CheckForUpdatesProviderImpl

