summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-09-10 16:47:14 +0200
committersb <sb@openoffice.org>2010-09-10 16:47:14 +0200
commit093b3a9498d0a4e18f43c288bb3f33100e77db9e (patch)
tree5137a29a7bb3f90915449d1a362a975ef756046e /scp2
parentc096e86385f35a6d8485325ad0c3ae52f70cacef (diff)
sb123: #i113189# brand-specific services.rdb
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/common_brand.scp9
-rw-r--r--scp2/source/ooo/ooo_brand.scp8
2 files changed, 9 insertions, 8 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 5ed8c9739f9c..7d2ea09d3ea3 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -86,6 +86,7 @@ Module gid_Module_Root_Brand
gid_Brand_File_Msvcm80crt_Manifest,
gid_Brand_File_Lib_Npsoplugin,
gid_Brand_File_Lib_Subscrib_C05,
+ gid_Brand_File_ServicesRdb,
gid_Brand_File_Share_Registry_Brand_Xcd,
gid_Brand_File_Share_Registry_O5oo_Xcd,
gid_Brand_File_Script_Unopkg,
@@ -1289,14 +1290,6 @@ ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_TYPES}";
End
-ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
- ModuleID = gid_Module_Root_Brand;
- ProfileID = gid_Brand_Profile_Fundamental_Ini;
- Section = "Bootstrap";
- Key = "URE_MORE_SERVICES";
- Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_SERVICES}";
-End
-
ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
ModuleID = gid_Module_Root_Brand;
ProfileID = gid_Brand_Profile_Fundamental_Ini;
diff --git a/scp2/source/ooo/ooo_brand.scp b/scp2/source/ooo/ooo_brand.scp
index 3cd20ef97142..c2c893bfa3a1 100644
--- a/scp2/source/ooo/ooo_brand.scp
+++ b/scp2/source/ooo/ooo_brand.scp
@@ -52,4 +52,12 @@ ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Server
#endif
End
+ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
+ ModuleID = gid_Module_Root_Brand;
+ ProfileID = gid_Brand_Profile_Fundamental_Ini;
+ Section = "Bootstrap";
+ Key = "URE_MORE_SERVICES";
+ Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_SERVICES}";
+End
+
BRAND_RES_FILE( gid_Brand_File_Res_Ooo, ooo )