Bug Fixes
Fixed a bug where the classpath property could not be parsed on Windows when using Eclipse Neon. Former versions of ArchUnit assumed all entries would be of the form C:\some\path
(which seems to be the case for most IDEs/build tools), now also entries of the form /C:/some/path
can be processed (see #79)