2004-02-05 11:10:37 -06:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 03:45:46 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2010-02-12 08:01:35 -06:00
|
|
|
*
|
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2005-09-08 19:41:05 -05:00
|
|
|
*
|
2008-04-10 03:45:46 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2005-09-08 19:41:05 -05:00
|
|
|
*
|
2008-04-10 03:45:46 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2005-09-08 19:41:05 -05:00
|
|
|
*
|
2008-04-10 03:45:46 -05:00
|
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
* only, as published by the Free Software Foundation.
|
2005-09-08 19:41:05 -05:00
|
|
|
*
|
2008-04-10 03:45:46 -05:00
|
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU Lesser General Public License version 3 for more details
|
|
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
2005-09-08 19:41:05 -05:00
|
|
|
*
|
2008-04-10 03:45:46 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2005-09-08 19:41:05 -05:00
|
|
|
*
|
2004-02-05 11:10:37 -06:00
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
2008-05-28 07:10:06 -05:00
|
|
|
ProfileItem gid_Profileitem_Setup_Uno_Java_Comppath
|
|
|
|
ProfileID = gid_Profile_Setup_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 1;
|
|
|
|
Key = "UNO_JAVA_COMPPATH";
|
|
|
|
Value = "$ORIGIN/classes";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Setup_Uno_Services
|
|
|
|
ProfileID = gid_Profile_Setup_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 2;
|
|
|
|
Key = "UNO_SERVICES";
|
|
|
|
Value = "$ORIGIN/setup_services.rdb";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Setup_Uno_Types
|
|
|
|
ProfileID = gid_Profile_Setup_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 3;
|
|
|
|
Key = "UNO_TYPES";
|
|
|
|
Value = "$ORIGIN/types.rdb";
|
|
|
|
End
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Setup_Alluserset
|
|
|
|
ProfileID = gid_Profile_Setup_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 4;
|
|
|
|
Key = "ALLUSERS";
|
|
|
|
Value = "[ALLUSERS]";
|
|
|
|
Inifiletablekey = "AllUsersSet";
|
|
|
|
Inifiletableaction = "1";
|
|
|
|
Styles = (INIFILETABLE);
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Setup_Findproduct
|
|
|
|
ProfileID = gid_Profile_Setup_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 5;
|
|
|
|
Key = "FINDPRODUCT";
|
|
|
|
Value = "[FINDPRODUCT]";
|
|
|
|
Inifiletablekey = "FindProductSet";
|
|
|
|
Inifiletableaction = "1";
|
|
|
|
Styles = (INIFILETABLE);
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Setup_Productcode
|
|
|
|
ProfileID = gid_Profile_Setup_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 6;
|
|
|
|
Key = "ProductCode";
|
|
|
|
Value = "<productcode>";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Setup_Upgradecode
|
|
|
|
ProfileID = gid_Profile_Setup_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 7;
|
|
|
|
Key = "UpgradeCode";
|
|
|
|
Value = "<upgradecode>";
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Soffice_Logo
|
|
|
|
ProfileID = gid_Profile_Soffice_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 1;
|
|
|
|
Key = "Logo";
|
|
|
|
Value = "1";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Soffice_ProgressBarColor
|
|
|
|
ProfileID = gid_Profile_Soffice_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 2;
|
|
|
|
Key = "ProgressBarColor";
|
|
|
|
Value = "0,0,128";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Soffice_ProgressSize
|
|
|
|
ProfileID = gid_Profile_Soffice_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 3;
|
|
|
|
Key = "ProgressSize";
|
|
|
|
Value = "-1,6";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Soffice_ProgressPosition
|
|
|
|
ProfileID = gid_Profile_Soffice_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 4;
|
|
|
|
Key = "ProgressPosition";
|
|
|
|
Value = "-1,-1";
|
|
|
|
End
|
|
|
|
|
2010-03-26 10:38:11 -05:00
|
|
|
ProfileItem gid_Profileitem_Soffice_NativeProgress
|
|
|
|
ProfileID = gid_Profile_Soffice_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 6;
|
|
|
|
Key = "NativeProgress";
|
|
|
|
Value = "true";
|
|
|
|
End
|
|
|
|
|
2008-05-28 07:10:06 -05:00
|
|
|
#ifdef WNT
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Soffice_Hideeula
|
|
|
|
ProfileID = gid_Profile_Soffice_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
2010-03-26 10:38:11 -05:00
|
|
|
Order = 8;
|
2008-05-28 07:10:06 -05:00
|
|
|
Key = "HideEula";
|
|
|
|
Value = "[HIDEEULA]";
|
|
|
|
Inifiletablekey = "HideEula";
|
|
|
|
Inifiletableaction = "1";
|
|
|
|
Styles = (INIFILETABLE);
|
|
|
|
End
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2004-02-05 11:10:37 -06:00
|
|
|
ProfileItem gid_Profileitem_Uno_Uno_Shared_Packages
|
|
|
|
ProfileID = gid_Profile_Uno_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 1;
|
|
|
|
Key = "UNO_SHARED_PACKAGES";
|
2008-03-18 07:33:06 -05:00
|
|
|
Value = "$BRAND_BASE_DIR/share/uno_packages";
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Uno_Uno_Shared_Packages_Cache
|
|
|
|
ProfileID = gid_Profile_Uno_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 2;
|
|
|
|
Key = "UNO_SHARED_PACKAGES_CACHE";
|
|
|
|
Value = "$UNO_SHARED_PACKAGES/cache";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Uno_Uno_User_Packages
|
|
|
|
ProfileID = gid_Profile_Uno_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 3;
|
|
|
|
Key = "UNO_USER_PACKAGES";
|
2008-03-18 07:33:06 -05:00
|
|
|
Value = "${$BRAND_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/uno_packages";
|
2004-02-05 11:10:37 -06:00
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Uno_Uno_User_Packages_Cache
|
|
|
|
ProfileID = gid_Profile_Uno_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 4;
|
|
|
|
Key = "UNO_USER_PACKAGES_CACHE";
|
|
|
|
Value = "$UNO_USER_PACKAGES/cache";
|
|
|
|
End
|
|
|
|
|
2004-04-14 06:17:15 -05:00
|
|
|
ProfileItem gid_Profileitem_Uno_Pkg_SharedUnoFile
|
|
|
|
ProfileID = gid_Profile_Uno_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 5;
|
|
|
|
Key = "PKG_SharedUnoFile";
|
|
|
|
Value = "$UNO_SHARED_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Uno_Pkg_UserUnoFile
|
|
|
|
ProfileID = gid_Profile_Uno_Ini;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Order = 6;
|
|
|
|
Key = "PKG_UserUnoFile";
|
|
|
|
Value = "$UNO_USER_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
|
|
|
|
End
|
|
|
|
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Uno_Shared_Packages_Cache
|
2004-04-14 06:17:15 -05:00
|
|
|
ModuleID = gid_Module_Root;
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
2004-04-14 06:17:15 -05:00
|
|
|
Section = "Bootstrap";
|
2008-03-18 07:33:06 -05:00
|
|
|
Key = "UNO_SHARED_PACKAGES_CACHE";
|
|
|
|
Value = "${$ORIGIN/" PROFILENAME(uno) ":UNO_SHARED_PACKAGES_CACHE}";
|
2007-10-15 06:56:42 -05:00
|
|
|
End
|
|
|
|
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Uno_User_Packages_Cache
|
2008-01-07 02:54:38 -06:00
|
|
|
ModuleID = gid_Module_Root;
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
2008-01-07 02:54:38 -06:00
|
|
|
Section = "Bootstrap";
|
2008-03-18 07:33:06 -05:00
|
|
|
Key = "UNO_USER_PACKAGES_CACHE";
|
|
|
|
Value = "${$ORIGIN/" PROFILENAME(uno) ":UNO_USER_PACKAGES_CACHE}";
|
2008-01-07 02:54:38 -06:00
|
|
|
End
|
|
|
|
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Types
|
2004-11-09 07:03:08 -06:00
|
|
|
ModuleID = gid_Module_Root;
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
2004-11-09 07:03:08 -06:00
|
|
|
Section = "Bootstrap";
|
2008-03-18 07:33:06 -05:00
|
|
|
Key = "URE_MORE_TYPES";
|
2008-06-16 08:15:05 -05:00
|
|
|
#if defined ENABLE_VBA && !defined VBA_EXTENSION
|
|
|
|
Value = "$ORIGIN/offapi.rdb $ORIGIN/oovbaapi.rdb ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_TYPES}";
|
|
|
|
#else
|
2008-03-18 07:33:06 -05:00
|
|
|
Value = "$ORIGIN/offapi.rdb ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_TYPES}";
|
2008-06-16 08:15:05 -05:00
|
|
|
#endif
|
2004-11-09 07:03:08 -06:00
|
|
|
End
|
|
|
|
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Services
|
2004-11-09 07:03:08 -06:00
|
|
|
ModuleID = gid_Module_Root;
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
2004-11-09 07:03:08 -06:00
|
|
|
Section = "Bootstrap";
|
2008-03-18 07:33:06 -05:00
|
|
|
Key = "URE_MORE_SERVICES";
|
|
|
|
Value = "${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_SERVICES} $ORIGIN/services.rdb";
|
2004-11-09 07:03:08 -06:00
|
|
|
End
|
|
|
|
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Java_Types
|
2004-11-09 07:03:08 -06:00
|
|
|
ModuleID = gid_Module_Root;
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
2004-11-09 07:03:08 -06:00
|
|
|
Section = "Bootstrap";
|
2008-03-18 07:33:06 -05:00
|
|
|
Key = "URE_MORE_JAVA_TYPES";
|
2008-07-22 06:11:28 -05:00
|
|
|
Value = "$ORIGIN/classes/unoil.jar $ORIGIN/classes/ScriptFramework.jar ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH}";
|
2004-11-09 07:03:08 -06:00
|
|
|
End
|
|
|
|
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Jfw_Shared_Data
|
2004-11-09 07:03:08 -06:00
|
|
|
ModuleID = gid_Module_Root;
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
2004-11-09 07:03:08 -06:00
|
|
|
Section = "Bootstrap";
|
2008-03-18 07:33:06 -05:00
|
|
|
Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
|
|
|
|
Value = "${BRAND_BASE_DIR}/share/config/javasettings_${_OS}_${_ARCH}.xml";
|
2004-11-09 07:03:08 -06:00
|
|
|
End
|
|
|
|
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Jfw_User_Data
|
2004-11-09 07:03:08 -06:00
|
|
|
ModuleID = gid_Module_Root;
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
2004-11-09 07:03:08 -06:00
|
|
|
Section = "Bootstrap";
|
2008-03-18 07:33:06 -05:00
|
|
|
Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
|
|
|
|
Value = "${${BRAND_BASE_DIR}/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
|
2004-11-09 07:03:08 -06:00
|
|
|
End
|
|
|
|
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Classpath_Urls
|
2004-11-26 09:18:21 -06:00
|
|
|
ModuleID = gid_Module_Root;
|
2008-03-18 07:33:06 -05:00
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
2004-11-26 09:18:21 -06:00
|
|
|
Section = "Bootstrap";
|
2008-03-18 07:33:06 -05:00
|
|
|
Key = "URE_MORE_JAVA_CLASSPATH_URLS";
|
2007-03-12 05:01:44 -05:00
|
|
|
Value = "";
|
2006-04-19 09:15:13 -05:00
|
|
|
#ifdef SYSTEM_BSH
|
2007-03-12 05:01:44 -05:00
|
|
|
ValueList1 = BSH_JAR;
|
2006-04-19 09:15:13 -05:00
|
|
|
#endif
|
2008-03-18 07:33:06 -05:00
|
|
|
#ifdef SYSTEM_HSQLDB
|
|
|
|
ValueList2 = HSQLDB_JAR;
|
|
|
|
#endif
|
2008-08-19 06:08:13 -05:00
|
|
|
#ifdef SYSTEM_SAXON
|
|
|
|
ValueList3 = SAXON_JAR;
|
2006-04-19 09:15:13 -05:00
|
|
|
#endif
|
2004-11-09 07:03:08 -06:00
|
|
|
End
|
2008-03-18 07:33:06 -05:00
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Bin_Dir
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Key = "URE_BIN_DIR";
|
|
|
|
#if defined WNT
|
|
|
|
Value = "${.link:$ORIGIN/../ure-link}/bin";
|
|
|
|
#else
|
|
|
|
Value = "$ORIGIN/../ure-link/bin";
|
2007-03-12 05:01:44 -05:00
|
|
|
#endif
|
2008-03-18 07:33:06 -05:00
|
|
|
End
|
2008-04-24 12:36:57 -05:00
|
|
|
|
|
|
|
ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Lib_Dir
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
ProfileID = gid_Profile_Fundamentalbasis_Ini;
|
|
|
|
Section = "Bootstrap";
|
|
|
|
Key = "URE_LIB_DIR";
|
|
|
|
#if defined WNT
|
|
|
|
Value = "${.link:$ORIGIN/../ure-link}/bin";
|
|
|
|
#else
|
|
|
|
Value = "$ORIGIN/../ure-link/lib";
|
|
|
|
#endif
|
|
|
|
End
|
2008-05-14 07:19:46 -05:00
|
|
|
|
|
|
|
// Basis layer: gid_Profile_Version_Ini_Basis
|
|
|
|
|
|
|
|
ProfileItem gid_Basis_Profileitem_Version_Buildid
|
|
|
|
ProfileID = gid_Profile_Version_Ini_Basis;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Version";
|
|
|
|
Key = "buildid";
|
|
|
|
Value = "<buildid>";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Basis_Profileitem_Version_Productsource
|
|
|
|
ProfileID = gid_Profile_Version_Ini_Basis;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Version";
|
|
|
|
Key = "ProductSource";
|
|
|
|
Value = "<sourceid>";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Basis_Profileitem_Version_Productmajor
|
|
|
|
ProfileID = gid_Profile_Version_Ini_Basis;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Version";
|
|
|
|
Key = "ProductMajor";
|
|
|
|
Value = "<productmajor>";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Basis_Profileitem_Version_Productminor
|
|
|
|
ProfileID = gid_Profile_Version_Ini_Basis;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Version";
|
|
|
|
Key = "ProductMinor";
|
|
|
|
Value = "<productminor>";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Basis_Profileitem_Version_Productbuildid
|
|
|
|
ProfileID = gid_Profile_Version_Ini_Basis;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Version";
|
|
|
|
Key = "ProductBuildid";
|
|
|
|
Value = "<productbuildid>";
|
|
|
|
End
|
|
|
|
|
|
|
|
ProfileItem gid_Basis_Profileitem_Version_Ooobaseversion
|
|
|
|
ProfileID = gid_Profile_Version_Ini_Basis;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Version";
|
|
|
|
Key = "OOOBaseVersion";
|
|
|
|
Value = "${OOOBASEVERSION}";
|
|
|
|
End
|
2008-11-20 05:46:52 -06:00
|
|
|
|
|
|
|
ProfileItem gid_Basis_Profileitem_Version_Ooopackageversion
|
|
|
|
ProfileID = gid_Profile_Version_Ini_Basis;
|
|
|
|
ModuleID = gid_Module_Root;
|
|
|
|
Section = "Version";
|
|
|
|
Key = "OOOPackageVersion";
|
|
|
|
Value = "${OOOPACKAGEVERSION}";
|
|
|
|
End
|
|
|
|
|