Community
Participate
Working Groups
build I20040330 + latest UI from HEAD + patch for bug 54548 - launch target, with launcher configured to use features from host (none in workspace) - Help > About - the list of features has 2 of each installed feature - it shows 12, but there should only be 6
The dups are not being introduced in the UI code. It's picking up only one IBundleGroupProvider in the system: ConfigurationActivator. ConfigurationActivator.getBundleGroups() is returning duplicates.
Nick, do you see duplicates if you just run eclipse (not self-hosted instance) ?
No, only in the self-hosted instance.
OK, problem fixed. The update configurator was trying to detect features available on the site, but PDE creates some special platform.xml configuration file that should be used as is, with no reconciliation with the file system.