diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-26 07:57:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-26 07:57:23 +0000 |
commit | cfafc4ee6e726c816329dc3fc4caab99983f371e (patch) | |
tree | 142a1353b2143772b8c3db6c12e66a4251e68a6e /scp2/source/ooo/profileitem_ooo.scp | |
parent | 00931e8868f895aff2358455867bac2e16fea1f2 (diff) |
INTEGRATION: CWS jl67 (1.45.102); FILE MERGED
2007/07/11 16:19:27 jl 1.45.102.2: RESYNC: (1.45-1.47); FILE MERGED
2007/07/11 12:20:48 jl 1.45.102.1: #i77752 support for default update URL for extensions in version.ini
Diffstat (limited to 'scp2/source/ooo/profileitem_ooo.scp')
-rw-r--r-- | scp2/source/ooo/profileitem_ooo.scp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/scp2/source/ooo/profileitem_ooo.scp b/scp2/source/ooo/profileitem_ooo.scp index 79f030bffb06..7a6d98ab1a1b 100644 --- a/scp2/source/ooo/profileitem_ooo.scp +++ b/scp2/source/ooo/profileitem_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: profileitem_ooo.scp,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: ihi $ $Date: 2007-07-11 14:42:27 $ + * last change: $Author: rt $ $Date: 2007-07-26 08:57:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -248,6 +248,15 @@ ProfileItem gid_Profileitem_Version_Ooobaseversion Value = "${OOOBASEVERSION}"; End +ProfileItem gid_Profileitem_Version_Extensionupdateurl + ProfileID = gid_Profile_Version_Ini; + ModuleID = gid_Module_Root; + Section = "Version"; + Order = 18; + Key = "ExtensionUpdateURL"; + Value = "http://updateext.services.openoffice.org/ProductUpdateService/check.Update"; +End + // for the configmgr ProfileItem gid_Profileitem_Configmgr_Cfg_Servertype |