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 .
22 Module gid_Module_Optional_Extensions
23 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS);
24 ParentID = gid_Module_Optional;
30 /* *** Additional Extensions *** */
32 #ifdef WITH_EXTENSION_INTEGRATION
34 /* ** MediaWiki Publisher** */
36 #ifndef WITHOUT_EXTENSION_MEDIAWIKI
37 Module gid_Module_Optional_Extensions_MEDIAWIKI
38 PackageInfo = "packinfo_extensions.txt";
39 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_MEDIAWIKI);
40 ParentID = gid_Module_Optional_Extensions;
42 gid_File_Oxt_MediaWiki );
48 /* ** Numbertext ** */
50 #ifdef WITH_EXTENSION_NUMBERTEXT
52 #include "AutoInstall/extensions_numbertext"
54 Module gid_Module_Optional_Extensions_NumberText
55 PackageInfo = "packinfo_extensions.txt";
56 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT);
57 ParentID = gid_Module_Optional_Extensions;
58 Files = (auto_extensions_numbertext_ALL);
64 /* ** ConvertTextToNumber ** */
66 #ifdef WITH_EXTENSION_CT2N
68 #include "AutoInstall/extensions_ct2n"
70 Module gid_Module_Optional_Extensions_CT2N
71 PackageInfo = "packinfo_extensions.txt";
72 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_CT2N);
73 ParentID = gid_Module_Optional_Extensions;
74 Files = (auto_extensions_ct2n_ALL);
82 #ifdef WITH_EXTENSION_NLPSOLVER
83 Module gid_Module_Optional_Extensions_NLPSolver
84 PackageInfo = "packinfo_extensions.txt";
85 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_NLPSOLVER);
86 ParentID = gid_Module_Optional_Extensions;
88 gid_File_Oxt_NLPSolver );
94 /* ** LanguageTool ** */
96 #ifdef WITH_EXTENSION_LANGUAGETOOL
97 Module gid_Module_Optional_Extensions_LanguageTool
98 PackageInfo = "packinfo_extensions.txt";
99 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_LANGUAGETOOL);
100 ParentID = gid_Module_Optional_Extensions;
102 gid_File_Oxt_LanguageTool );
108 /* ** MySQL Connector ** */
110 #ifdef WITH_EXTENSION_MARIADBC
111 Module gid_Module_Optional_Extensions_MySQLConnector
112 PackageInfo = "packinfo_extensions.txt";
113 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_MARIADBC);
114 ParentID = gid_Module_Optional_Extensions;
116 gid_File_Oxt_MySQLConnector );
122 /* ** Script provider for BeanShell ** */
124 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_BEANSHELL
126 #include "AutoInstall/extensions_bsh"
128 Module gid_Module_Optional_Extensions_Script_Provider_For_BS
129 PackageInfo = "packinfo_extensions.txt";
130 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_BEANSHELL);
131 ParentID = gid_Module_Optional_Extensions;
132 Files = (auto_extensions_bsh_ALL,
133 gid_File_Rdb_Scriptproviderforbeanshell );
140 /* ** Script provider for JavaScript ** */
142 #if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_JAVASCRIPT
144 #include "AutoInstall/extensions_rhino"
146 Module gid_Module_Optional_Extensions_Script_Provider_For_JS
147 PackageInfo = "packinfo_extensions.txt";
148 MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_JAVASCRIPT);
149 ParentID = gid_Module_Optional_Extensions;
150 Files = (auto_extensions_rhino_ALL,
151 gid_File_Rdb_Scriptproviderforjavascript );