diff options
author | Michael Stahl <mst@apache.org> | 2011-09-17 21:36:51 +0000 |
---|---|---|
committer | Michael Stahl <mst@apache.org> | 2011-09-17 21:36:51 +0000 |
commit | b6e3d0b421148afc73d8c547d67b47c71b05684e (patch) | |
tree | 78ca2bf6bd64d11a43350587771e8b123abd3a5f /scp2 | |
parent | f319ba09736857e0c8431489aea22af151f97c08 (diff) |
imported patch extensions_i117681.patch
# HG changeset patch
# User Juergen Schmidt <jsc@openoffice.org>
# Date 1301918587 -7200
# Node ID 084b847c6cbbb3472be43cce34e2da0152a16494
# Parent d77a8537e3454882a093ba4ca82b21cac06f9b98
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 8 | ||||
-rw-r--r-- | scp2/source/ooo/profileitem_ooo.scp | 17 |
2 files changed, 25 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 7afdcd81e1ec..88807d27a599 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -1289,6 +1289,14 @@ ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":TMP_EXTENSIONS}"; End +ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bak_Extensions + ModuleID = gid_Module_Root_Brand; + ProfileID = gid_Brand_Profile_Fundamental_Ini; + Section = "Bootstrap"; + Key = "BAK_EXTENSIONS"; + Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BAK_EXTENSIONS}"; +End + ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types ModuleID = gid_Module_Root_Brand; ProfileID = gid_Brand_Profile_Fundamental_Ini; diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp index 3c6dfefc1286..7fea597a3d1c 100644 --- a/scp2/source/ooo/profileitem_ooo.scp +++ b/scp2/source/ooo/profileitem_ooo.scp @@ -246,6 +246,15 @@ ProfileItem gid_Profileitem_Uno_Uno_Bundled_Tmp_Extensions Value = "${$BRAND_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/tmp"; End +ProfileItem gid_Profileitem_Uno_Uno_Bundled_Bak_Extensions + ProfileID = gid_Profile_Uno_Ini; + ModuleID = gid_Module_Root; + Section = "Bootstrap"; + Order = 1; + Key = "BAK_EXTENSIONS"; + Value = "${$BRAND_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/extensions/bak"; +End + ProfileItem gid_Profileitem_Uno_Uno_User_Packages_Cache ProfileID = gid_Profile_Uno_Ini; ModuleID = gid_Module_Root; @@ -337,6 +346,14 @@ ProfileItem gid_Profileitem_Fundamentalbasis_Uno_Tmp_Extensions Value = "${$ORIGIN/" PROFILENAME(uno) ":TMP_EXTENSIONS}"; End +ProfileItem gid_Profileitem_Fundamentalbasis_Uno_Bak_Extensions + ModuleID = gid_Module_Root; + ProfileID = gid_Profile_Fundamentalbasis_Ini; + Section = "Bootstrap"; + Key = "BAK_EXTENSIONS"; + Value = "${$ORIGIN/" PROFILENAME(uno) ":BAK_EXTENSIONS}"; +End + ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Types ModuleID = gid_Module_Root; ProfileID = gid_Profile_Fundamentalbasis_Ini; |