diff options
author | Stephan Bergmann <sb@openoffice.org> | 2005-05-26 08:46:39 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2005-05-26 08:46:39 +0000 |
commit | 8a31d56bee3d7543957381867179eb0d1658996d (patch) | |
tree | 898b34bf868353cdaa343ac41c06f6336aa3836c | |
parent | bcd519ed5a0399d0a22bea60ab98e7a9b4dfd5d2 (diff) |
#121932# Windows-specific ini files.
-rw-r--r-- | ure/source/jvmfwk3.ini | 4 | ||||
-rw-r--r-- | ure/source/uno.ini | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ure/source/jvmfwk3.ini b/ure/source/jvmfwk3.ini new file mode 100644 index 000000000000..dd8254324603 --- /dev/null +++ b/ure/source/jvmfwk3.ini @@ -0,0 +1,4 @@ +[Bootstrap] +UNO_JAVA_JFW_VENDOR_SETTINGS=${ORIGIN}/../misc/javavendors.xml +UNO_JAVA_JFW_SHARED_DATA=${UNO_JAVA_JFW_USER_DATA} +UNO_JAVA_JFW_USER_DATA=${SYSUSERCONFIG}/URE/javasettings_${_OS}_${_ARCH}.xml diff --git a/ure/source/uno.ini b/ure/source/uno.ini new file mode 100644 index 000000000000..e93e4af8fefd --- /dev/null +++ b/ure/source/uno.ini @@ -0,0 +1,5 @@ +[Bootstrap] +URE_INTERNAL_LIB_DIR=${ORIGIN} +URE_INTERNAL_JAVA_DIR=${ORIGIN}/../java +UNO_TYPES=${ORIGIN}/../misc/types.rdb ?${SYSUSERCONFIG}/URE/types.rdb +UNO_SERVICES=${ORIGIN}/../misc/services.rdb ?${SYSUSERCONFIG}/URE/services.rdb |