12345678910111213141516171819202122 |
- [Bootstrap]
- BRAND_BASE_DIR=${ORIGIN}/..
- BRAND_INI_DIR=${ORIGIN}
- BRAND_SHARE_RESOURCE_SUBDIR=program/resource
- BRAND_SHARE_SUBDIR=share
- CONFIGURATION_LAYERS=xcsxcu:${BRAND_BASE_DIR}/share/registry res:${BRAND_BASE_DIR}/share/registry winreg:LOCAL_MACHINE bundledext:${${BRAND_BASE_DIR}/program/louno.ini:BUNDLED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini sharedext:${${BRAND_BASE_DIR}/program/louno.ini:SHARED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini userext:${${BRAND_BASE_DIR}/program/louno.ini:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini winreg:CURRENT_USER user:!${$BRAND_BASE_DIR/program/bootstrap.ini:UserInstallation}/user/registrymodifications.xcu
- LO_JAVA_DIR=${BRAND_BASE_DIR}/program/classes
- LO_LIB_DIR=${BRAND_BASE_DIR}/program
- BAK_EXTENSIONS=${$ORIGIN/louno.ini:TMP_EXTENSIONS}
- BUNDLED_EXTENSIONS=${$ORIGIN/louno.ini:BUNDLED_EXTENSIONS}
- BUNDLED_EXTENSIONS_USER=${$ORIGIN/louno.ini:BUNDLED_EXTENSIONS_USER}
- SHARED_EXTENSIONS_USER=${$ORIGIN/louno.ini:SHARED_EXTENSIONS_USER}
- UNO_SHARED_PACKAGES_CACHE=${$ORIGIN/louno.ini:UNO_SHARED_PACKAGES_CACHE}
- TMP_EXTENSIONS=${$ORIGIN/louno.ini:TMP_EXTENSIONS}
- UNO_USER_PACKAGES_CACHE=${$ORIGIN/louno.ini:UNO_USER_PACKAGES_CACHE}
- URE_BIN_DIR=${BRAND_BASE_DIR}/program
- URE_MORE_JAVA_CLASSPATH_URLS=
- URE_OVERRIDE_JAVA_JFW_SHARED_DATA=${BRAND_BASE_DIR}/share/config/javasettings_${_OS}_${_ARCH}.xml
- URE_OVERRIDE_JAVA_JFW_USER_DATA=${${BRAND_BASE_DIR}/program/bootstrap.ini:UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml
- URE_MORE_JAVA_TYPES=${BRAND_BASE_DIR}/program/classes/libreoffice.jar ${BRAND_BASE_DIR}/program/classes/ScriptFramework.jar ${${$ORIGIN/louno.ini:PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/louno.ini:PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/louno.ini:PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}
- URE_MORE_SERVICES=${${$ORIGIN/louno.ini:PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/louno.ini:PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/louno.ini:PKG_BundledUnoFile}:UNO_SERVICES} <$ORIGIN/services>*
- URE_MORE_TYPES=<$ORIGIN/types>* ${${$ORIGIN/louno.ini:PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/louno.ini:PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/louno.ini:PKG_BundledUnoFile}:UNO_TYPES}
|