From d5cc4e9a2a064849b80d5bf722738b3a7707b092 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 14 May 2008 12:10:49 +0000 Subject: [PATCH] INTEGRATION: CWS native149 (1.4.8); FILE MERGED 2008/04/29 15:56:51 is 1.4.8.3: #i88541# dynamic Windows linking 2008/04/28 14:03:23 is 1.4.8.2: #i88689# one version file for each layer 2008/04/24 11:51:44 is 1.4.8.1: #i88541# dynamic link creation for Windows --- scp2/source/ooo/ure.scp | 78 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 76 insertions(+), 2 deletions(-) diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index a37c6f288fed..35ddad727422 100755 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ure.scp,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -999,6 +999,80 @@ Module gid_Module_Root_Ure_Hidden Unixlinks = (gid_Unixlink_Ure_Bin_Urelibs); End +// Profile version.ini + +Profile gid_Profile_Version_Ini_Ure + ModuleID = gid_Module_Root_Ure_Hidden; + Name = PROFILENAME(version); + Dir = gid_Dir_Ure_Bin; +End + +ProfileItem gid_Ure_Profileitem_Version_Buildid + ProfileID = gid_Profile_Version_Ini_Ure; + ModuleID = gid_Module_Root_Ure_Hidden; + Section = "Version"; + Key = "buildid"; + Value = ""; +End + +ProfileItem gid_Ure_Profileitem_Version_Productpatch + ProfileID = gid_Profile_Version_Ini_Ure; + ModuleID = gid_Module_Root_Ure_Hidden; + Section = "Version"; + Key = "ProductPatch"; + Value = ""; +End + +ProfileItem gid_Ure_Profileitem_Version_Productsource + ProfileID = gid_Profile_Version_Ini_Ure; + ModuleID = gid_Module_Root_Ure_Hidden; + Section = "Version"; + Key = "ProductSource"; + Value = ""; +End + +#ifdef WNT +ProfileItem gid_Ure_Profileitem_Version_Productcode + ProfileID = gid_Profile_Version_Ini_Ure; + ModuleID = gid_Module_Root_Ure_Hidden; + Section = "Version"; + Key = "ProductCode"; + Value = ""; +End +#endif + +ProfileItem gid_Ure_Profileitem_Version_Productmajor + ProfileID = gid_Profile_Version_Ini_Ure; + ModuleID = gid_Module_Root_Ure_Hidden; + Section = "Version"; + Key = "ProductMajor"; + Value = ""; +End + +ProfileItem gid_Ure_Profileitem_Version_Productminor + ProfileID = gid_Profile_Version_Ini_Ure; + ModuleID = gid_Module_Root_Ure_Hidden; + Section = "Version"; + Key = "ProductMinor"; + Value = ""; +End + +ProfileItem gid_Ure_Profileitem_Version_Productbuildid + ProfileID = gid_Profile_Version_Ini_Ure; + ModuleID = gid_Module_Root_Ure_Hidden; + Section = "Version"; + Key = "ProductBuildid"; + Value = ""; +End + +ProfileItem gid_Ure_Profileitem_Version_Ooobaseversion + ProfileID = gid_Profile_Version_Ini_Ure; + ModuleID = gid_Module_Root_Ure_Hidden; + Section = "Version"; + Key = "OOOBaseVersion"; + Value = "${OOOBASEVERSION}"; +End + // Windows Registry: RegistryItem gid_Regitem_Path @@ -1006,5 +1080,5 @@ RegistryItem gid_Regitem_Path ParentID = PREDEFINED_HKEY_CLASSES_ROOT; Subkey = "Software\OpenOffice.org\%PRODUCTNAME"; Name = "Path"; - Value = ""; + Value = "[UREINSTALLLOCATION]"; End