From: Finn B. <bc...@us...> - 2001-01-15 18:20:07
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv14423 Modified Files: README.txt Log Message: Updated to rc1. Fixed a typo. Index: README.txt =================================================================== RCS file: /cvsroot/jython/jython/README.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** README.txt 2001/01/10 16:27:49 1.8 --- README.txt 2001/01/15 18:19:59 1.9 *************** *** 1,3 **** ! Welcome to Jython 2.0 beta 2 ============================= --- 1,3 ---- ! Welcome to Jython 2.0 rc 1 ============================= *************** *** 16,20 **** - The user configuration file is now called <user.home>/.jython ! - The jar file conytaining all jython is now called jython.jar. - Text files will pass data read and written through the default --- 16,21 ---- - The user configuration file is now called <user.home>/.jython ! - The jar file containing all the jython classes is now called ! jython.jar. - Text files will pass data read and written through the default |