mirror of https://github.com/apache/archiva.git
should fix unit tests on windauze
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1214693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e84f162ae5
commit
c73cb26c0f
|
@ -43,7 +43,7 @@ public class Maven2RepositoryPathTranslator
|
||||||
|
|
||||||
private Logger log = LoggerFactory.getLogger( getClass() );
|
private Logger log = LoggerFactory.getLogger( getClass() );
|
||||||
|
|
||||||
private static final char PATH_SEPARATOR = File.separatorChar;// '/';
|
private static final char PATH_SEPARATOR = '/';
|
||||||
|
|
||||||
private static final char GROUP_SEPARATOR = '.';
|
private static final char GROUP_SEPARATOR = '.';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue