Apr
15th
Thu
15th
Removed Windows Dependencies in Config Dir Path
A Linux user pointed out a hard-coded backslash in several places where the path to the config file is specified. Also found a hard-coded backslash in the build.xml file.
In the code, checked the slash convention of the running platform. In build.xml changed them to forward slashes, which both Windows and Linux can understand.
Cf. PLATYPUS-37