I20220624-0400
Fixes https://github.com/eclipse-pde/eclipse.pde/issues/167 The list of fRepositories is changed to be a LinkedHashSet to avoid multiple entries with the same URL. If multiple entries with the same URL exists they are merged into one that is enabled if any of those entries with that URL is enabled.