Community
Participate
Working Groups
In bug 219632, the use of improper version strings was addressed. I see that several of our plugins also have non-standard plugin name and plugin provider values. The plugin provider should always be Eclipse.org. The plugin name should probably always have COSMOS as the first word (or at least we should flag any plugins that have single word names such as "pluginName"). This problem is particularly noticeable in the new source plugins that were created for bug 219490. Can we have a report to flag problems in the name or provider fields, like we do for version strings that don't include the qualifier?
Added the following checks to the build check for plugins: 1) If Bundle-Name does not start with "COSMOS" a warning message is put in the report 2) In the manifest, if Bundle-Vendor is not "Eclipse.org" a warning message is put in the report