Update of /cvsroot/jython/jython
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31101
Modified Files:
registry
Log Message:
Renamed the python.jpythonc.* registry entries to python.jythonc.
Index: registry
===================================================================
RCS file: /cvsroot/jython/jython/registry,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -r2.6 -r2.7
*** registry 1999/10/27 23:28:38 2.6
--- registry 2000/11/10 15:12:51 2.7
***************
*** 66,72 ****
#python.modules.builtin = whatever
! # This specifies the command used by jpythonc to compile Java source
# code, along with the complete classpath to use.
! # python.jpythonc.compiler = /depot/java/plat/bin/jikes
! # python.jpythonc.classpath = /usr/java1.2/jre/lib/rt.jar:/jpython/dist:.
! # python.jpythonc.compileropts = +E +D -g
--- 66,72 ----
#python.modules.builtin = whatever
! # This specifies the command used by jythonc to compile Java source
# code, along with the complete classpath to use.
! # python.jythonc.compiler = /depot/java/plat/bin/jikes
! # python.jythonc.classpath = /usr/java1.2/jre/lib/rt.jar:/jpython/dist:.
! # python.jythonc.compileropts = +E +D -g
|