diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 07:44:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 07:44:27 +0000 |
commit | 122adddbef72cf66affd2c7c77f146d6b3461f9b (patch) | |
tree | afe42e1c328dc82500cccd969b34e85ef1f6e8cf /qadevOOo/runner/util/PropertyName.java | |
parent | 32bdad3936d902cf3626ceed29c2025a17ca2d0c (diff) |
CWS-TOOLING: integrate CWS qadev33
Diffstat (limited to 'qadevOOo/runner/util/PropertyName.java')
-rw-r--r-- | qadevOOo/runner/util/PropertyName.java | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qadevOOo/runner/util/PropertyName.java b/qadevOOo/runner/util/PropertyName.java index 71ba8d5df809..1b0b8ffb7445 100644 --- a/qadevOOo/runner/util/PropertyName.java +++ b/qadevOOo/runner/util/PropertyName.java @@ -39,6 +39,10 @@ public interface PropertyName { */ final public static String APP_EXECUTION_COMMAND = "AppExecutionCommand"; /** + * parameter name: "AppKillCommand" + */ + final public static String APP_KILL_COMMAND = "AppKillCommand"; + /** * parameter name: "ConnectionString" */ final public static String CONNECTION_STRING = "ConnectionString"; @@ -147,4 +151,13 @@ public interface PropertyName { * internal only, no parameter */ final public static String UNXSOLI = "unxsoli"; + /** + * internal only, no parameter + */ + final public static String UNXMACXI = "unxmacxi"; + + /** + * can be used to dont backup the user layer, faster office start/stop but less secure default is to backup the user layer + */ + final public static String DONT_BACKUP_USERLAYER = "DontBackupUserLayer"; } |