[Nice-commit] Nice/src/nice/tools/compiler/console main.nice,1.4,1.5
Brought to you by:
bonniot
From: <bo...@us...> - 2003-08-31 09:06:11
|
Update of /cvsroot/nice/Nice/src/nice/tools/compiler/console In directory sc8-pr-cvs1:/tmp/cvs-serv1706/src/nice/tools/compiler/console Modified Files: main.nice Log Message: Print the JDK version used to compile the compiler in the version info. Based on a patch by Christian Stuellenberg. Index: main.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/compiler/console/main.nice,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** main.nice 27 Aug 2003 09:35:06 -0000 1.4 --- main.nice 31 Aug 2003 09:06:08 -0000 1.5 *************** *** 197,200 **** --- 197,201 ---- { println("Nice compiler version " + versionNumber + " (build " + buildDate + ")"); + println("Compiled using JDK " + javaVersion); println("Copyright (C) 2003 Daniel Bonniot"); println("Visit the Nice homepage: http://nice.sourceforge.net"); |