mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-14 13:13:47 +08:00
优化项目结构、优化 maven 结构
This commit is contained in:
19
office-plugin/windows-office/program/uno.ini
Normal file
19
office-plugin/windows-office/program/uno.ini
Normal file
@@ -0,0 +1,19 @@
|
||||
[Bootstrap]
|
||||
PKG_BundledUnoFile=$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc
|
||||
PKG_SharedUnoFile=$SHARED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc
|
||||
PKG_UserUnoFile=$UNO_USER_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc
|
||||
BAK_EXTENSIONS=${$OOO_BASE_DIR/program/bootstrap.ini:UserInstallation}/user/extensions/bak
|
||||
BUNDLED_EXTENSIONS=$OOO_BASE_DIR/share/extensions
|
||||
BUNDLED_EXTENSIONS_PREREG=$OOO_BASE_DIR/share/prereg/bundled
|
||||
BUNDLED_EXTENSIONS_USER=${$OOO_BASE_DIR/program/bootstrap.ini:UserInstallation}/user/extensions/bundled
|
||||
TMP_EXTENSIONS=${$OOO_BASE_DIR/program/bootstrap.ini:UserInstallation}/user/extensions/tmp
|
||||
UNO_SERVICES=${ORIGIN}/services.rdb ${URE_MORE_SERVICES}
|
||||
SHARED_EXTENSIONS_USER=${$OOO_BASE_DIR/program/bootstrap.ini:UserInstallation}/user/extensions/shared
|
||||
UNO_SHARED_PACKAGES=$OOO_BASE_DIR/share/uno_packages
|
||||
UNO_SHARED_PACKAGES_CACHE=$UNO_SHARED_PACKAGES/cache
|
||||
UNO_TYPES=${ORIGIN}/types.rdb ${URE_MORE_TYPES}
|
||||
UNO_USER_PACKAGES=${$OOO_BASE_DIR/program/bootstrap.ini:UserInstallation}/user/uno_packages
|
||||
UNO_USER_PACKAGES_CACHE=$UNO_USER_PACKAGES/cache
|
||||
URE_INTERNAL_JAVA_CLASSPATH=${URE_MORE_JAVA_TYPES}
|
||||
URE_INTERNAL_JAVA_DIR=${ORIGIN}/classes
|
||||
URE_INTERNAL_LIB_DIR=${ORIGIN}
|
||||
Reference in New Issue
Block a user