[Nice-commit] Nice/src/nice/tools/repository main.nice,1.1,1.2
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-09-14 16:00:48
|
Update of /cvsroot/nice/Nice/src/nice/tools/repository In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20505/src/nice/tools/repository Modified Files: main.nice Log Message: Typos. Index: main.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/repository/main.nice,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** main.nice 7 Aug 2004 14:57:33 -0000 1.1 --- main.nice 14 Sep 2004 16:00:31 -0000 1.2 *************** *** 125,129 **** /** ! Find the latest version of a give package, but searching for a 'latest' file in the repository. */ --- 125,129 ---- /** ! Find the latest version of a given package, but searching for a 'latest' file in the repository. */ *************** *** 143,147 **** /** ! Find the latest version of a give package, by listing all versions. */ private ?String latestVersionLocal(URL repo, String pkg) --- 143,147 ---- /** ! Find the latest version of a given package, by listing all versions. */ private ?String latestVersionLocal(URL repo, String pkg) |