2005-06-21 12:23:08 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 08:07:29 +00:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
*
|
2010-02-12 15:01:35 +01:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2005-06-21 12:23:08 +00:00
|
|
|
*
|
2008-04-10 08:07:29 +00:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2005-06-21 12:23:08 +00:00
|
|
|
*
|
2008-04-10 08:07:29 +00:00
|
|
|
* This file is part of OpenOffice.org.
|
2005-06-21 12:23:08 +00:00
|
|
|
*
|
2008-04-10 08:07:29 +00: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-06-21 12:23:08 +00:00
|
|
|
*
|
2008-04-10 08:07:29 +00: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-06-21 12:23:08 +00:00
|
|
|
*
|
2008-04-10 08:07:29 +00: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-06-21 12:23:08 +00:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
|
|
|
Module gid_Module_Prg_Base
|
|
|
|
MOD_NAME_DESC(MODULE_PRG_BASE);
|
|
|
|
ParentID = gid_Module_Prg;
|
2007-09-06 09:04:37 +00:00
|
|
|
Sortkey = "500";
|
2008-02-05 12:40:03 +00:00
|
|
|
Styles =(APPLICATIONMODULE);
|
2005-06-21 12:23:08 +00:00
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Prg_Base_Bin
|
2008-04-15 13:55:32 +00:00
|
|
|
PackageInfo = "packinfo_office.txt";
|
2005-06-21 12:23:08 +00:00
|
|
|
MOD_NAME_DESC ( MODULE_PRG_BASE_BIN );
|
|
|
|
ParentID = gid_Module_Prg_Base;
|
2007-09-06 09:04:37 +00:00
|
|
|
Sortkey = "100";
|
2005-06-21 12:23:08 +00:00
|
|
|
Minimal = NO;
|
|
|
|
Default = YES;
|
2008-04-15 13:55:32 +00:00
|
|
|
Styles = (HIDDEN_ROOT);
|
2008-03-18 12:24:37 +00:00
|
|
|
Files = (
|
2009-08-04 10:36:31 +02:00
|
|
|
gid_File_Share_Registry_Base_Xcd
|
2008-01-07 11:23:14 +00:00
|
|
|
,gid_File_Lib_Abp
|
|
|
|
,gid_File_Lib_Dbp
|
|
|
|
,gid_File_Lib_Dbu
|
2005-11-11 13:26:02 +00:00
|
|
|
);
|
2005-06-21 12:23:08 +00:00
|
|
|
End
|
|
|
|
|
2008-03-18 12:24:37 +00:00
|
|
|
Module gid_Module_Brand_Prg_Base
|
|
|
|
PackageInfo = "packinfo_brand.txt";
|
|
|
|
Name = "gid_Module_Brand_Prg_Base";
|
|
|
|
Description = "gid_Module_Brand_Prg_Base";
|
2008-04-15 13:55:32 +00:00
|
|
|
ParentID = gid_Module_Prg_Base;
|
2008-03-18 12:24:37 +00:00
|
|
|
Sortkey = "100";
|
2008-07-07 15:24:29 +00:00
|
|
|
InstallOrder = "1040";
|
2008-03-18 12:24:37 +00:00
|
|
|
Minimal = YES;
|
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
|
|
|
Files = (gid_File_Exe_Sbase);
|
|
|
|
End
|
|
|
|
|
|
|
|
Module gid_Module_Langpack_Base_Template
|
|
|
|
ParentID = gid_Module_Prg_Base_Bin;
|
|
|
|
Name = "gid_Module_Langpack_Base_Template";
|
|
|
|
Description = "gid_Module_Langpack_Base_Template";
|
|
|
|
Styles = (TEMPLATEMODULE);
|
2010-12-16 13:53:35 +01:00
|
|
|
Files = (gid_File_Res_Abp,
|
2008-03-18 12:24:37 +00:00
|
|
|
gid_File_Res_Cnr,
|
|
|
|
gid_File_Res_Dbp,
|
|
|
|
gid_File_Res_Dbu,
|
|
|
|
gid_File_Res_Rpt,
|
|
|
|
gid_File_Res_Rptui,
|
|
|
|
gid_File_Res_Sdbcl,
|
|
|
|
gid_File_Res_Sdberr);
|
|
|
|
End
|
|
|
|
|
2008-11-19 17:43:08 +00:00
|
|
|
#include "alllangmodules_base.inc"
|