Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module
In directory usw-pr-cvs1:/tmp/cvs-serv11387
Modified Files:
ProfilerSettings.java ProfilerExecutor.java
Log Message:
bug fix
by lukas
Index: ProfilerSettings.java
===================================================================
RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/ProfilerSettings.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ProfilerSettings.java 26 Feb 2002 00:34:22 -0000 1.2
--- ProfilerSettings.java 11 Sep 2002 16:11:32 -0000 1.3
***************
*** 35,38 ****
--- 35,39 ----
protected void initialize () {
+ super.initialize();
setWorkspace("profiling");
setSnapshotOnExit(true);
***************
*** 74,77 ****
--- 75,82 ----
/*
* $Log$
+ * Revision 1.3 2002/09/11 16:11:32 vachis
+ * bug fix
+ * by lukas
+ *
* Revision 1.2 2002/02/26 00:34:22 stolis
* Snapshot_on_exit property added.
Index: ProfilerExecutor.java
===================================================================
RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/ProfilerExecutor.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ProfilerExecutor.java 10 Sep 2002 19:29:10 -0000 1.3
--- ProfilerExecutor.java 11 Sep 2002 16:11:32 -0000 1.4
***************
*** 558,562 ****
/*
* $Log$
! * Revision 1.3 2002/09/10 19:29:10 vachis
* by lukas
*
--- 558,563 ----
/*
* $Log$
! * Revision 1.4 2002/09/11 16:11:32 vachis
! * bug fix
* by lukas
*
|