summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-06-11 08:38:35 +0200
committerJoachim Lingner <jl@openoffice.org>2010-06-11 08:38:35 +0200
commit75a2c9ba1a2b825375097555a961912270deea41 (patch)
treed1965749f62cd220e2a213e4b4f3b0402711da56 /jvmfwk
parent4350b4a7a6886dde2e38b9e9da0594c4fa12507f (diff)
jl152 #i77196# marking two bootstrap variables as deprecated in the header comment, because they were used when running unopkg during the setup
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/inc/jvmfwk/framework.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/jvmfwk/inc/jvmfwk/framework.h b/jvmfwk/inc/jvmfwk/framework.h
index 27b46e431..00c2b0fe5 100644
--- a/jvmfwk/inc/jvmfwk/framework.h
+++ b/jvmfwk/inc/jvmfwk/framework.h
@@ -69,14 +69,15 @@ extern "C" {
The content of this file is an implementation detail and may change in the future.</dd>
<dt>UNO_JAVA_JFW_INSTALL_DATA</dt>
- <dd>The file contains settings for all users. A user cannot override these settings.
+ <dd><b>DEPRECATED. Support for this variable will soon be removed.</b><br>
+ The file contains settings for all users. A user cannot override these settings.
When this parameter is provided then UNO_JAVA_JFW_SHARED_DATA and UNO_JAVA_JFW_USER_DATA
are irrelevant. This parameter is intended for use during the setup. For example, to
install extensions which contain java components. If there is already a file at this
location then it will be overwritten if it is too old. The period of validatity is per
default one hour. This value can be overridden by the bootstrap parameter
- UNO_JAVA_JFW_INSTALL_EXPIRE. Setting this variable to 1000 means the settings file
- is only valid for 1000 seconds.
+ UNO_JAVA_JFW_INSTALL_EXPIRE (<b>DEPRECATED</b>). Setting this variable to 1000 means
+ the settings file is only valid for 1000 seconds.
<p>If one would not use UNO_JAVA_JFW_INSTALL_DATA during setup then most probably
a user installation directory would be created in the home directory of root. This is