|
From: Robert E. <sky...@us...> - 2006-06-14 20:26:12
|
Update of /cvsroot/jcommander/devdocs/misc In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11525/misc Modified Files: Guide for New Developers.txt DevelopersGuide.txt Log Message: Updated CVS links Index: DevelopersGuide.txt =================================================================== RCS file: /cvsroot/jcommander/devdocs/misc/DevelopersGuide.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** DevelopersGuide.txt 20 Mar 2006 06:17:10 -0000 1.7 --- DevelopersGuide.txt 14 Jun 2006 20:25:59 -0000 1.8 *************** *** 8,12 **** Download the project set file from ! http://cvs.sourceforge.net/viewcvs.py/jcommander/devdocs/checkout or do an anonymous CVS checkout from the devdocs module for: --- 8,12 ---- Download the project set file from ! http://jcommander.cvs.sourceforge.net/jcommander/devdocs/checkout or do an anonymous CVS checkout from the devdocs module for: *************** *** 20,28 **** /* CVS command line: * ^^^^^^^^^^^^^^^^^ ! * cvs -d:pserver:ano...@cv...:/cvsroot/jcommander login * ! * cvs -d:pserver:ano...@cv...:/cvsroot/jcommander co -P devdocs/checkout/jcmdProjectSet-anonymous.psf * OR ! * cvs -d:pserver:ano...@cv...:/cvsroot/jcommander co -P devdocs/checkout/jcmdProjectSet-ssh.psf */ --- 20,28 ---- /* CVS command line: * ^^^^^^^^^^^^^^^^^ ! * cvs -d:pserver:ano...@jc...:/cvsroot/jcommander login * ! * cvs -d:pserver:ano...@jc...:/cvsroot/jcommander co -P devdocs/checkout/jcmdProjectSet-anonymous.psf * OR ! * cvs -d:pserver:ano...@jc...:/cvsroot/jcommander co -P devdocs/checkout/jcmdProjectSet-ssh.psf */ Index: Guide for New Developers.txt =================================================================== RCS file: /cvsroot/jcommander/devdocs/misc/Guide for New Developers.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Guide for New Developers.txt 20 Mar 2006 06:17:10 -0000 1.2 --- Guide for New Developers.txt 14 Jun 2006 20:25:59 -0000 1.3 *************** *** 4,8 **** For the beginning I'd recommend you to see what jCommander does (see the 0.7.0 beta release). You can find various design documents and discussions ! at http://cvs.sourceforge.net/viewcvs.py/jcommander/devdocs/ --- 4,8 ---- For the beginning I'd recommend you to see what jCommander does (see the 0.7.0 beta release). You can find various design documents and discussions ! at http://jcommander.cvs.sourceforge.net/jcommander/devdocs/ *************** *** 16,20 **** There is a Developer's Guide which includes a complete description of the checkout, build & run processes. ! Please see: http://cvs.sourceforge.net/viewcvs.py/jcommander/devdocs/misc/DevelopersGuide.txt?view=markup It might be possible for these instructions to contain omissions. --- 16,20 ---- There is a Developer's Guide which includes a complete description of the checkout, build & run processes. ! Please see: http://jcommander.cvs.sourceforge.net/jcommander/devdocs/misc/DevelopersGuide.txt?view=markup It might be possible for these instructions to contain omissions. |