bump product version to 4.1.6.2
[LibreOffice.git] / scp2 / source / writer / module_writer.scp
blob82cc763a8e80e379cc3f9399bae8de7977830afe
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "macros.inc"
21 #include "AutoInstallLibs/writer"
23 Module gid_Module_Prg_Wrt
24     MOD_NAME_DESC(MODULE_PRG_WRT);
25     ParentID = gid_Module_Prg;
26     Sortkey = "100";
27     Styles =(APPLICATIONMODULE);
28 End
30 Module gid_Module_Prg_Wrt_Bin
31     PackageInfo = "packinfo_office.txt";
32     MOD_NAME_DESC ( MODULE_PRG_WRT_BIN );
33     ParentID = gid_Module_Prg_Wrt;
34     Sortkey = "100";
35     Minimal = YES;
36     Default = YES;
37     Styles = (HIDDEN_ROOT);
38     Files = (gid_File_Bin_Cde_Sagenda,gid_File_Bin_Cde_Sfax,gid_File_Bin_Cde_Slabel,
39     gid_File_Bin_Cde_Sletter,gid_File_Bin_Cde_Smemo,gid_File_Bin_Cde_Svcard,
40     auto_Writer_Lib_ALL,
41     gid_File_Lib_Vbaswobj,
42     gid_File_Jar_Email, 
43     gid_File_Jar_Mail, 
44     gid_File_Jar_Activation,
45     gid_File_Share_Registry_Writer_Xcd,
46     gid_File_Tmp_Userinstall_Wrt_Inf);
47 End
49 Module gid_Module_Brand_Prg_Wrt
50     PackageInfo = "packinfo_brand.txt";
51     Name = "gid_Module_Brand_Prg_Wrt";
52     Description = "gid_Module_Brand_Prg_Wrt";
53     ParentID = gid_Module_Prg_Wrt;
54     Sortkey = "100";
55     InstallOrder = "1040";
56     Minimal = YES;
57     Default = YES;
58     Styles = (HIDDEN_ROOT);
59     Files = (gid_File_Exe_Swriter,gid_File_Exe_Sweb);
60 End
62 Module gid_Module_Langpack_Writer_Template
63     ParentID = gid_Module_Prg_Wrt_Bin;
64     Name = "gid_Module_Langpack_Writer_Template";
65     Description = "gid_Module_Langpack_Writer_Template";
66     Styles = (TEMPLATEMODULE);
67     Files = (gid_File_Res_T602Filter);
68 End
70 Module gid_Module_Prg_Wrt_MSO_Reg
71     ParentID = gid_Module_Prg_Wrt;
72     Name = "gid_Module_Prg_Wrt_MSO_Reg";
73     Description = "gid_Module_Prg_Wrt_MSO_Reg";
74     Styles = (HIDDEN_ROOT);
75     Minimal = YES;
76     Default = YES;
77 End
80 #include "alllangmodules_writer.inc"