From: Marek P. <ma...@us...> - 2002-07-23 22:09:31
|
Update of /cvsroot/javaprofiler/library In directory usw-pr-cvs1:/tmp/cvs-serv23138 Modified Files: README config.mk Log Message: small changes Index: README =================================================================== RCS file: /cvsroot/javaprofiler/library/README,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** README 17 Jul 2002 18:40:36 -0000 1.42 --- README 23 Jul 2002 22:09:27 -0000 1.43 *************** *** 90,94 **** written in Java. Because of stability and standard Sun's JVM is used. ! * JDK 1.4.0 Nowadays, client's code is in separate CVS module called "jpiimpl". --- 90,94 ---- written in Java. Because of stability and standard Sun's JVM is used. ! * JDK 1.4.1 beta Nowadays, client's code is in separate CVS module called "jpiimpl". *************** *** 190,194 **** * GNU C/C++ 3.0.2 (gcc.gnu.org) [for free] ! * JDK 1.4.0 (java.sun.com) [for free] * Doxygen 1.2.12 (www.doxygen.org) [for free] --- 190,194 ---- * GNU C/C++ 3.0.2 (gcc.gnu.org) [for free] ! * JDK 1.4.1 beta (java.sun.com) [for free] * Doxygen 1.2.12 (www.doxygen.org) [for free] *************** *** 344,348 **** ! $ export CLASSPATH=<full_path_to_iprof_jar/IProf.jar;. --- 344,348 ---- ! $ export CLASSPATH=<full_path_to_iprof_jar>/IProf.jar;. Index: config.mk =================================================================== RCS file: /cvsroot/javaprofiler/library/config.mk,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -r1.39 -r1.40 *** config.mk 22 Apr 2002 12:04:05 -0000 1.39 --- config.mk 23 Jul 2002 22:09:27 -0000 1.40 *************** *** 16,20 **** COMPILER_PATH = /home2/mm/gcc-3.0.2 ! JAVA_PATH = /home2/mm/j2sdk1.4.0 DOXYGEN_PATH = /home2/mm --- 16,20 ---- COMPILER_PATH = /home2/mm/gcc-3.0.2 ! JAVA_PATH = /home2/mm/j2sdk1.4.1 DOXYGEN_PATH = /home2/mm |