summaryrefslogtreecommitdiff
path: root/swext/Module_swext.mk
blob: 00229f8865853da2d64f31007c1e4640ceec72d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# 	Peter Foley <pefoley2@verizon.net>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
#

$(eval $(call gb_Module_Module,swext))

ifeq ($(ENABLE_MEDIAWIKI),YES)
$(eval $(call gb_Module_add_targets,swext,\
	Jar_mediawiki \
	Configuration_mediawiki \
	Zip_mediawiki_develop \
	Extension_wiki-publisher \
))
endif
>2015-09-15Revert cppuhelper/implbase.hxx usage in non-LIBO_INTERNAL_ONLY code, againStephan Bergmann 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-09-14Extensions are not built against LIBO_INTERNAL_ONLYStephan Bergmann 2015-09-12desktop: com::sun::star->cssNoel Grandin 2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-07-10desktop: update: Add support for mips64.Heiher 2015-06-24cppcheck: noExplicitConstructorCaolán McNamara 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin 2015-03-02desktop: remove some obsolete "delzip" filesMichael Stahl 2015-02-24TyposJulien Nabet 2015-02-18TyposJulien Nabet 2015-02-03Fix Extension_test-{active,passive}Stephan Bergmann 2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist 2014-12-12java: fix non-public UNO implementation classesNoel Grandin 2014-12-11java: reduce visibility of fields and methodsNoel Grandin 2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-17java: should throw this exceptionNoel Grandin 2014-10-16java: when rethrowing, store the original exceptionNoel Grandin 2014-10-09typo: Lable -> LabelAndras Timar 2014-09-19loplugin:saloverrideStephan Bergmann 2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin 2014-08-08java: remove unused importsNoel Grandin 2014-08-08java: remove unused fieldsNoel Grandin 2014-07-23TyposJulien Nabet 2014-06-05desktop: remove SAL_THROW macroNoel Grandin 2014-06-04desktop: fix includesThomas Arnhold