summaryrefslogtreecommitdiff
path: root/desktop/Extension_test-active.mk
blob: fbb329f24cfb2a07e7c2acb4e4a7b8b2ec595315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Extension_Extension,test-active,desktop/test/deployment/active,nodeliver))

$(eval $(call gb_Extension_add_files,test-active,, \
    $(SRCDIR)/desktop/test/deployment/active/Addons.xcu \
    $(SRCDIR)/desktop/test/deployment/active/ProtocolHandler.xcu \
    $(SRCDIR)/desktop/test/deployment/active/active_python.py \
    $(call gb_Jar_get_target,active_java) \
))

$(eval $(call gb_Extension_add_libraries,test-active, \
    active_native \
))

# vim: set noet sw=4 ts=4:
1847efd671cf9b0921'>o3tl/cow_wrapper: remove boost dependencyDaniel Robertson 2015-08-20loplugin: defaultparamsNoel Grandin 2015-07-16loplugin:unusedmethods svgioNoel Grandin 2015-07-15cppcheck: noExplicitConstructorCaolán McNamara 2015-07-10do not include boost/utility.hppMichael Stahl 2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin 2015-07-04Fix typosAndrea Gelmini 2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann 2015-06-22Fix typosAndrea Gelmini 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-15remove unnecessary check for null when calling deleteNoel Grandin 2015-06-15Fix typosAndrea Gelmini 2015-06-13Typo: corected->correctedJulien Nabet 2015-06-04convert B2DLineJoin to scoped enumNoel Grandin 2015-06-01loplugin:loopvartoosmallNoel Grandin 2015-05-05loplugin:staticmethodsNoel Grandin 2015-03-27fixed typos in commentsChr. Rossmanith 2015-03-25TyposJulien Nabet 2015-03-17tdf#89119: SVG - accelerated import of huge paths without fillChr. Rossmanith 2015-03-08TyposJulien Nabet 2015-02-26TyposJulien Nabet 2015-02-06tdf#87309: SVG - use black as default currentColor if no color was specifiedChr. Rossmanith 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin