GitHub user adamcin opened a pull request:
https://github.com/apache/felix/pull/165
FELIX-6023 bnd scrplugin preserve sequence of classpath entries.
Replace the HashSet used for deduping classpath entries with a
LinkedHashSet to retain the precedence established by the Analyzer.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adamcin/felix FELIX-6023
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/165.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #165
----
commit 0e50d6bdff9f53ef6fb5efe9aa8f9ff88d4c82d1
Author: Mark Adamcin <adamcin@...>
Date: 2019-01-10T20:29:40Z
FELIX-6023 bnd scrplugin preserve sequence of classpath entries.
----
---