office-gobmx/scp2/source/ooo/module_systemint.scp
Ivo Hinkelmann e324400633 INTEGRATION: CWS native168 (1.6.16); FILE MERGED
2008/07/11 14:05:11 is 1.6.16.3: #158211# force parameter for system integration packages
2008/07/10 19:01:40 is 1.6.16.2: #i91544# set installorder for system integration packages
2008/07/03 16:34:25 is 1.6.16.1: #i90234# adding system integration again
2008-07-17 15:34:32 +00:00

53 lines
1.8 KiB
Text

/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: module_systemint.scp,v $
* $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
* 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.
*
* 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).
*
* 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.
*
************************************************************************/
#include "macros.inc"
Module gid_Module_Optional_Systemintegration
#ifdef WNT
ParentID = gid_Module_Root;
#else
ParentID = gid_Module_Optional;
#endif
Sortkey = "800";
MOD_NAME_DESC(MODULE_OPTIONAL_SYSTEMINTEGRATION);
#ifdef WNT
Styles = (HIDDEN_ROOT);
#else
Styles = (SYSTEMMODULE,NOTRELOCATABLE,DONTSHOWINUSERINSTALL,INSTALLCANFAIL,USEFORCE);
#endif
#if (defined(LINUX)) || (defined(SOLARIS))
PackageName = "%UNIXPRODUCTNAME-desktop-integration.tar.gz";
#else
PackageName = "";
#endif
InstallOrder = "desktop-integration:1050, suse-menus:1060, freedesktop-menus:1250";
End