aws-ant-tasks
aws-ant-tasks copied to clipboard
Fix incorrect usage of "File.pathSeparator" instead of "File.separator"
File.pathSeparator is actually ";" on Windows and ":" on Linux, I think the code here wanted to use "" on Windows and "/" on Linux, which is actually File.separator