2 * This file is part of the LibreOffice project.
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/.
8 * This file incorporates work covered by the following license notice:
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 .
21 /* *** Additional Extensions *** */
23 #ifdef WITH_EXTENSION_INTEGRATION
25 /* ** MediaWiki Publisher** */
27 #ifndef WITHOUT_EXTENSION_MEDIAWIKI
29 File gid_File_Oxt_MediaWiki
31 Styles = (PACKED, FILELIST);
33 Name = "Extension/wiki-publisher.filelist";
38 /* ** Google Docs ** */
40 #ifdef WITH_EXTENSION_GOOGLE_DOCS
42 File gid_File_Oxt_Google_Docs
44 Styles = (PACKED, FILELIST);
46 Name = "gdocs.filelist";
53 #ifdef WITH_EXTENSION_NLPSOLVER
55 File gid_File_Oxt_NLPSolver
57 Styles = (PACKED, FILELIST);
59 Name = "Extension/nlpsolver.filelist";
64 /* ** LanguageTool ** */
66 #ifdef WITH_EXTENSION_LANGUAGETOOL
68 File gid_File_Oxt_LanguageTool
70 Styles = (PACKED, FILELIST);
72 Name = "LanguageTool.filelist";
77 /* ** MySQL Connector ** */
79 #ifdef WITH_EXTENSION_MARIADBC
81 File gid_File_Oxt_MySQLConnector
83 Styles = (PACKED, FILELIST);
85 Name = "Extension/mysql-connector-ooo.filelist";
90 /* ** Script provider for BeanShell ** */
92 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_BEANSHELL
94 File gid_File_Rdb_Scriptproviderforbeanshell
96 Name = "scriptproviderforbeanshell.rdb";
97 Dir = gid_Brand_Dir_Program_Services;
103 /* ** Script provider for JavaScript ** */
105 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_JAVASCRIPT
107 File gid_File_Rdb_Scriptproviderforjavascript
109 Name = "scriptproviderforjavascript.rdb";
110 Dir = gid_Brand_Dir_Program_Services;