diff options
-rw-r--r-- | jvmfwk/source/readme.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/jvmfwk/source/readme.txt b/jvmfwk/source/readme.txt index adaf31791bae..f4e822513de5 100644 --- a/jvmfwk/source/readme.txt +++ b/jvmfwk/source/readme.txt @@ -1,4 +1,9 @@ The file jvfwk3rc is intended for providing bootstrap parameter for the java framework within the build environment. It is not part of a product. Tools which are started in the environment, such as regcomp.exe and uno.exe, use -this rc file when Java is needed.
\ No newline at end of file +this rc file when Java is needed. + +The file javasettingsunopkginstall.xml only contains the root element of +a settings file (<java ...>). It is a dummy which will be installed into +office/share/config/. Bundled extensions will used this file to store its +java settings. See framework.h bootstrap variable UNO_JAVA_JFW_INSTALL_DATA |