Replace \ by / on windows systems

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-01-14 23:26:29 +00:00
parent 18c27b8a23
commit d73a234c67

View File

@ -361,7 +361,7 @@ public final class JiraDownloader
fullURL += ( "&tempMax=" + nbEntriesMax
+ "&reset=true&decorator=none" );
String outFile = output.getAbsolutePath();
String outFile = output.getAbsolutePath().replace('\\','/');
int endIndex = outFile.lastIndexOf( '/' );
outFile =