2013-05-16 21:56:04 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
2005-06-21 12:23:08 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2005-06-21 12:23:08 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* This file incorporates work covered by the following license notice:
|
2005-06-21 12:23:08 +00:00
|
|
|
*
|
2013-05-16 21:56:04 +01:00
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2005-06-21 12:23:08 +00:00
|
|
|
|
|
|
|
#include "macros.inc"
|
|
|
|
|
2013-06-10 00:56:28 +02:00
|
|
|
#include "AutoInstall/base"
|
2014-10-28 23:35:21 +01:00
|
|
|
#include "AutoInstall/base_brand"
|
2013-06-04 13:41:12 -03:00
|
|
|
|
2005-06-21 12:23:08 +00:00
|
|
|
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
|
|
|
Default = YES;
|
2008-04-15 13:55:32 +00:00
|
|
|
Styles = (HIDDEN_ROOT);
|
2013-07-11 12:23:39 +02:00
|
|
|
Files = (auto_base_ALL,
|
2009-08-04 10:36:31 +02:00
|
|
|
gid_File_Share_Registry_Base_Xcd
|
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
|
|
|
Default = YES;
|
|
|
|
Styles = (HIDDEN_ROOT);
|
2014-10-31 23:42:37 +01:00
|
|
|
Files = (auto_base_brand_ALL);
|
2008-03-18 12:24:37 +00:00
|
|
|
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"
|