Fix issue  FELIX-1411
On windows system the directory manipulation failed because the collected class files contains \ characters and the internal list contains / characters as path separator.
This is fixed by replacing \ by / during the collection.

The fix was tested on Windows and Mac OS.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@803031 13f79535-47bb-0310-9956-ffa450edef68
1 file changed