Hello, it is possible to hide some internal Netbeans modules in the "update center" of the own RCP application. I want to show only modules of my own cluster / RCP. The most modules are hided by default, but some modules e.g. "JavaScript 2 Editor" defines the attribute "AutoUpdate-Show-In-Client: true" in the module MANIFEST.MF. This leads to it being displayed. Is it possible to overwrite the attribute of the MANIFEST.MF file in the corresponding module, e.g. by using -J-D switches / parameter with specifying the code name base of the module? Or is there another mechanism to solve my problem?
Thanks in advance Best regards Alex