summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/profileitem_ooo.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/ooo/profileitem_ooo.scp')
-rw-r--r--scp2/source/ooo/profileitem_ooo.scp256
1 files changed, 0 insertions, 256 deletions
diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp
index 191a96a27634..bb3a9ecd4126 100644
--- a/scp2/source/ooo/profileitem_ooo.scp
+++ b/scp2/source/ooo/profileitem_ooo.scp
@@ -27,262 +27,6 @@
#include "macros.inc"
-// for the configmgr
-
-ProfileItem gid_Profileitem_Configmgr_Cfg_Servertype
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 1;
- Key = "CFG_ServerType";
- Value = "uno";
-End
-
-
-ProfileItem gid_Profileitem_Configmgr_Bootstrap_Ini
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 2;
- Key = "BootstrapFile";
- Value = "$BRAND_BASE_DIR/program/" PROFILENAME(bootstrap);
-End
-
-ProfileItem gid_Profileitem_Configmgr_Version_Ini
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 2;
- Key = "VersionFile";
- Value = "$BRAND_BASE_DIR/program/" PROFILENAME(version);
-End
-
-
-ProfileItem gid_Profileitem_Configmgr_Uno_Ini
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 3;
- Key = "UnoFile";
- #ifdef UNX
- Value = "$ORIGIN/unorc";
- #else
- Value = "$ORIGIN/uno.ini";
- #endif
-End
-
-
-ProfileItem gid_Profileitem_Configmgr_Baseinstallation
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 4;
- Key = "BaseInstallation";
- Value = "${OOO_BASE_DIR}";
-End
-
-
-ProfileItem gid_Profileitem_Configmgr_Userinstallation
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 5;
- Key = "UserInstallation";
- Value = "${$BootstrapFile:UserInstallation}";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Schemaversion
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 6;
- Key = "CFG_SchemaVersion";
- Value = "${$VersionFile:buildid}";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Schemadataurl
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 7;
- Key = "CFG_SchemaDataUrl";
- Value = "$BaseInstallation/share/registry/schema ?$CFG_BrandLayerUrl/schema ?$CFG_UnoSharedPackages/schema ?$CFG_UnoUserPackages/schema";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Defaultdataurl
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 8;
- Key = "CFG_DefaultLayerUrls";
- Value = "$BaseInstallation/share/registry $CFG_UnoSharedPackages $CFG_UnoUserPackages";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Cachedisposal
- ProfileID =gid_Profile_Configmgr_Ini ;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 9;
- Key = "CFG_CacheDisposeDelay";
- Value = "900";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Cacheinterval
- ProfileID = gid_Profile_Configmgr_Ini ;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 10;
- Key = "CFG_CacheDisposeInterval";
- Value = "60";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Cachewrite
- ProfileID = gid_Profile_Configmgr_Ini ;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 11;
- Key = "CFG_CacheWriteInterval";
- Value = "2";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Userdataurl
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 12;
- Key = "CFG_UserLayerUrl";
- Value = "$UserInstallation/user/registry";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Cacheurl
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 13;
- Key = "CFG_CacheUrl";
- Value = "$UserInstallation/user/registry/cache";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Defaultlayerurl
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 14;
- Key = "CFG_DefaultLayerUrl";
- Value = "$BaseInstallation/share/registry";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Modulelayerurl
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 15;
- Key = "CFG_ModuleLayerUrl";
- Value = "$CFG_DefaultLayerUrl/modules";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Unosharedpackages
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 16;
- Key = "CFG_UnoSharedPackages";
- Value = "${$UnoFile:UNO_SHARED_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Unouserpackages
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 17;
- Key = "CFG_UnoUserPackages";
- Value = "${$UnoFile:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Unocfg_BrandLayerUrl
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 18;
- Key = "CFG_BrandLayerUrl";
- Value = "${BRAND_BASE_DIR}/share/registry";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Unocfg_BrandLayerModulesUrl
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 19;
- Key = "CFG_BrandLayerModulesUrl";
- Value = "$CFG_BrandLayerUrl/modules";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Unocfg_Backendservice
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 20;
- Key = "CFG_BackendService";
- Value = "com.sun.star.comp.configuration.backend.MultiStratumBackend";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Schemasupplier
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 21;
- Key = "CFG_SchemaSupplier";
- Value = "com.sun.star.comp.configuration.backend.LocalSchemaSupplier";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Datasvc
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 22;
- Key = "CFG_LocalDataSvc";
- Value = "com.sun.star.comp.configuration.backend.LocalStratum";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Moduledatasvc
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 23;
- Key = "CFG_LocalModuleDataSvc";
- Value = "com.sun.star.comp.configuration.backend.LocalMultiStratum";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Localcfg_Resdatasvc
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 24;
- Key = "CFG_LocalResDataSvc";
- Value = "com.sun.star.comp.configuration.backend.LocalResourceStratum";
-End
-
-
-ProfileItem gid_Profileitem_Configmgr_Strata
- ProfileID = gid_Profile_Configmgr_Ini;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 25;
- Key = "CFG_Strata";
- Value = "${CFG_LocalDataSvc}:$CFG_DefaultLayerUrl;${CFG_LocalModuleDataSvc}:$CFG_ModuleLayerUrl;${CFG_LocalResDataSvc}:$CFG_DefaultLayerUrl;?${CFG_LocalDataSvc}:$CFG_BrandLayerUrl;?${CFG_LocalModuleDataSvc}:$CFG_BrandLayerModulesUrl;${CFG_LocalDataSvc}:$CFG_UnoSharedPackages;?com.sun.star.comp.configuration.backend.SystemIntegration:;${CFG_LocalDataSvc}:$CFG_UnoUserPackages;${CFG_LocalDataSvc}:$CFG_UserLayerUrl;";
-End
-
-ProfileItem gid_Profileitem_Configmgr_Ldapmappingurl
- ProfileID = gid_Profile_Configmgr_Ini ;
- ModuleID = gid_Module_Root;
- Section = "Bootstrap";
- Order = 26;
- Key = "CFG_LdapMappingUrl";
- Value = "$BaseInstallation/share/registry/ldap";
-End
-
-//end configmgr
-
ProfileItem gid_Profileitem_Setup_Uno_Java_Comppath
ProfileID = gid_Profile_Setup_Ini;
ModuleID = gid_Module_Root;