I update ProjectVerifier because on Windows platform, some url looks
like
http://jakarta.apache.org/turbine/jars2/\<plugin-name>\jar\<plugin-jar-n
ame>

this patch replace all occurences of "\" character with "/"

Emmanuel

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif

436a437,447
>                 remoteRepo = remoteRepo.replace('\\', '/');
>                 remoteFile = remoteFile.replace('\\', '/');
>                 if (!remoteRepo.endsWith("/"))
>                 {
>                     remoteRepo += "/";
>                 }
>                 if (remoteFile.startsWith("/"))
>                 {
>                     remoteFile = remoteFile.substring(1);
>                 }
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to