From: Jan S. <st...@us...> - 2002-04-20 10:30:43
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module In directory usw-pr-cvs1:/tmp/cvs-serv10212 Modified Files: Bundle.properties Log Message: Profiler Executor changed to Profiler Execution. Added entry for the snapshot objects. Index: Bundle.properties =================================================================== RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/Bundle.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** Bundle.properties 26 Feb 2002 00:36:00 -0000 1.2 --- Bundle.properties 20 Apr 2002 10:30:40 -0000 1.3 *************** *** 51,55 **** PROP_allocLevel=Memory Profiling Level HINT_allocLevel=Level of the Memory Profiling. ! LBL_executor=Profiler Executor HINT_executor=Starts process with profiling options. PROP_communHost=Host --- 51,55 ---- PROP_allocLevel=Memory Profiling Level HINT_allocLevel=Level of the Memory Profiling. ! LBL_executor=Profiler Execution HINT_executor=Starts process with profiling options. PROP_communHost=Host *************** *** 79,80 **** --- 79,82 ---- HINT_snapshotOnExit=Create snapshot when session finishes. LBL_loaderName=Snapshot Objects + + LBL_snapshotLoaderName=Snapshot Objects |