Bump version to 6.0-36
[LibreOffice.git] / scp2 / source / ooo / module_reportbuilder.scp
blob4b6c02673e21f313eda443abb5e2a0ec88842e08
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
10 #include "macros.inc"
12 #include "AutoInstall/reportbuilder"
14 Module gid_Module_Reportbuilder
15     PackageInfo = "packinfo_office.txt";
16     MOD_NAME_DESC(MODULE_OPTIONAL_REPORTDESIGN); 
17     ParentID = gid_Module_Optional;
18     Styles = ( );
19     Default = YES; 
20     Dirs = (gid_Dir_Share_Reportbuilder);
21     Files = (auto_reportbuilder_ALL,
22         gid_File_Xcd_Reportbuilder);
23 End
25 Directory gid_Dir_Share_Reportbuilder
26     ParentID = gid_Brand_Dir_Share;
27     DosName = "reportbuilder";
28 End
30 File gid_File_Xcd_Reportbuilder
31     TXT_FILE_BODY;
32     Dir = gid_Brand_Dir_Share_Registry;
33     Name = "reportbuilder.xcd";
34     Styles = (PACKED);
35 End
37 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */