From: Finn B. <bc...@us...> - 2001-01-15 18:39:00
|
Update of /cvsroot/jython/jython/installer In directory usw-pr-cvs1:/tmp/cvs-serv22187 Modified Files: mklist.py Log Message: Added the new files for reload support. Index: mklist.py =================================================================== RCS file: /cvsroot/jython/jython/installer/mklist.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** mklist.py 2000/12/25 10:59:26 1.6 --- mklist.py 2001/01/15 18:38:53 1.7 *************** *** 200,203 **** --- 200,204 ---- listfiles(None, "org/python/rmi", *javafiles) listfiles(None, "org/python/util", *javafiles) + listfiles(None, "Lib/jxxload_help", *javafiles) comment("Library modules from CPython") |