Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / scp2 / source / extensions / file_extensions.scp
blobebef87b8cf7b934ce2ecb72e8c41a59ec7e4ae2a
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 /* *** Additional Extensions *** */
23 #ifdef WITH_EXTENSION_INTEGRATION
25 /* ** MediaWiki Publisher** */
27 #ifndef WITHOUT_EXTENSION_MEDIAWIKI
29 File gid_File_Oxt_MediaWiki
30     TXT_FILE_BODY;
31     Styles = (PACKED, FILELIST);
32     Dir = FILELIST_DIR;
33     Name = "Extension/wiki-publisher.filelist";
34 End
36 #endif
38 /* ** NLPSolver ** */
40 #ifdef WITH_EXTENSION_NLPSOLVER
42 File gid_File_Oxt_NLPSolver
43     TXT_FILE_BODY;
44     Styles = (PACKED, FILELIST);
45     Dir = FILELIST_DIR;
46     Name = "Extension/nlpsolver.filelist";
47 End
49 #endif
51 /* ** LanguageTool ** */
53 #ifdef WITH_EXTENSION_LANGUAGETOOL
55 File gid_File_Oxt_LanguageTool
56     TXT_FILE_BODY;
57     Styles = (PACKED, FILELIST);
58     Dir = FILELIST_DIR;
59     Name = "LanguageTool.filelist";
60 End
62 #endif
64 /* ** MySQL Connector ** */
66 #ifdef WITH_EXTENSION_MARIADBC
68 File gid_File_Oxt_MySQLConnector
69     TXT_FILE_BODY;
70     Styles = (PACKED, FILELIST);
71     Dir = FILELIST_DIR;
72     Name = "Extension/mysql-connector-ooo.filelist";
73 End
75 #endif
77 /* ** Script provider for BeanShell ** */
79 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_BEANSHELL
81 File gid_File_Rdb_Scriptproviderforbeanshell
82     TXT_FILE_BODY;
83     Name = "scriptproviderforbeanshell.rdb";
84     Dir = gid_Brand_Dir_Program_Services;
85     Styles = (PACKED);
86 End
88 #endif
90 /* ** Script provider for JavaScript ** */
92 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_JAVASCRIPT
94 File gid_File_Rdb_Scriptproviderforjavascript
95     TXT_FILE_BODY;
96     Name = "scriptproviderforjavascript.rdb";
97     Dir = gid_Brand_Dir_Program_Services;
98     Styles = (PACKED);
99 End
101 #endif
103 #endif