updated to use new CVS server name

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1253 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-11-19 15:03:59 +00:00
parent a8af2e9a40
commit 1aedc58e40

View File

@ -53,7 +53,7 @@ class Job
@title = title
@unixName = unixName
if (@location == "Sourceforge")
@cvsroot = ':pserver:anonymous@cvs.' + unixName + '.sourceforge.net:/cvsroot/' + unixName
@cvsroot = ':pserver:anonymous@cvs1:/cvsroot/' + unixName
else
@cvsroot = ':pserver:anoncvs@cvs.apache.org:/home/cvspublic'
end