diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-02 10:32:08 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-02 10:32:08 +0000 |
commit | 9e12d378168c3b990dc8b79f77e6eac6a3f72189 (patch) | |
tree | 7e66e461c4922458cd10b5a51a28ca0382dfdaf2 | |
parent | 53601522fe4259e873c8ffc8595661c93b50796d (diff) |
INTEGRATION: CWS qadev19 (1.8.28); FILE MERGED
2004/10/21 12:36:36 cn 1.8.28.2: #i35923# commandline for DebugIsActive (-deubg) added (bugfix)
2004/10/21 12:22:02 cn 1.8.28.1: #i35923# commandline for DebugIsActive (-deubg) added
-rw-r--r-- | qadevOOo/runner/helper/ClParser.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/ClParser.java b/qadevOOo/runner/helper/ClParser.java index 1d240822770a..a77db052a1a0 100644 --- a/qadevOOo/runner/helper/ClParser.java +++ b/qadevOOo/runner/helper/ClParser.java @@ -2,9 +2,9 @@ * * $RCSfile: ClParser.java,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change:$Date: 2004-05-03 08:47:46 $ + * last change:$Date: 2004-11-02 11:32:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,6 +144,9 @@ public class ClParser { map.setProperty("-p", "TestJob"); map.setProperty("-aca", "AdditionalConnectionArguments"); map.setProperty("-xcl", "ExclusionList"); + map.setProperty("-debug", "DebugIsActive"); + map.setProperty("-log", "LoggingIsActive"); + map.setProperty("-dbout", "DataBaseOut"); return map; } |