Currently, a Bundle-ClassPath entry like lib/commons-beanutils.jar is translated to the lib/commons-beanutils classifier. This seems to work, but it sure also seems like a potential problem. Maybe it'd be worth translating those to _, checking for both permutations in the Jar, and hoping that there aren't any true cases of collisions.
Currently, a
Bundle-ClassPath
entry likelib/commons-beanutils.jar
is translated to thelib/commons-beanutils
classifier. This seems to work, but it sure also seems like a potential problem. Maybe it'd be worth translating those to_
, checking for both permutations in the Jar, and hoping that there aren't any true cases of collisions.