summaryrefslogtreecommitdiff
path: root/testtools/InternalUnoApi_bridgetest.mk
blob: 355f81f9a457c5515b89d3a509a6b5d94ab5be41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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_InternalUnoApi_InternalUnoApi,bridgetest,testtools/source/bridgetest/idl/bridgetest.idl))

$(eval $(call gb_InternalUnoApi_use_api,bridgetest,\
    udkapi \
))

# vim:set noet sw=4 ts=4:
n title='2012-07-25 10:59:17 +0200'>2012-07-25fdo#52427 fix l10n of reportbuilderDavid Tardon 2012-07-18re-base on ALv2 code. Includes:Michael Meeks 2012-07-13fdo#51278 fix reportbuilder manifestDavid Tardon 2012-07-12fdo#51278 bump version to force update of package cacheDavid Tardon 2012-07-12fdo#51278 make reportbuilder work againDavid Tardon 2012-06-29Convert Java code in reportbuilder to use Java5 genericsNoel Grandin 2012-06-29re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-05-30when building system jfreereport, version.mk is not deliveredBjoern Michaelsen 2012-05-30reportbuilder: build only when enabledMatúš Kukan 2012-05-29remove unused sourceDavid Tardon 2012-05-29gbuildize reportbuilderDavid Tardon 2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-26Bump extension versions after changing to passive registrationStephan Bergmann 2012-03-23.java files don't need executable bitsMichael Stahl 2012-02-23reportbuilder: untested fix for WITH_LANG buildMichael Stahl 2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich 2012-02-05replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud 2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar 2012-01-15Galaxy (default) icon theme is now in icon-themes/galaxyStefan Knorr (astron) 2011-12-11The common_build stuff is surely obsoleteTor Lillqvist 2011-12-08childs -> childrenMichael T. Whiteley 2011-11-29fs34c: check if description can be read and return ccorrect name for shapetypemst 2011-11-22Clean up after component passivation.Stephan Bergmann 2011-11-22Do passive registration of reportbuilder, to avoid java thrash at 1st startStephan Bergmann 2011-11-14Fix build --all depend=x.Stephan Bergmann 2011-11-05reportbuilder: grammar considered neither stylish nor smart-lookingMichael Stahl 2011-10-31enable localization of extension description in reportbuilderAndras Timar 2011-10-31Make sure COMPONENT_EXTJARFILES are included in report-builder.oxt.Stephan Bergmann 2011-10-25avoid using com.sun.org apisCaolán McNamara