}
HashMap<String, String> map = new HashMap<String, String>();
map.put( env.get( "repository.root" ), "designer-repo" );
Path rootPath = fileSystem.provider().getPath( repositoryRoot );
return new RepositoryDescriptor( repositoryRoot, fileSystem, rootPath );
}