summaryrefslogtreecommitdiff
path: root/pyuno/Rdb_pyuno.mk
blob: c14185742044ea13a85704a655c404e52348c51a (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_Rdb_Rdb_install,pyuno))

$(eval $(call gb_Rdb_add_components,pyuno, \
    pyuno/source/loader/pythonloader \
))

# vim: set noet sw=4 ts=4:
ffice-7-1&id=3f50c6e050ea922cb720ec88a9f38c991b1906cd'>java: remove ((unnecessary)) parenthesesNoel Grandin 2014-09-28ridljar: Any_Test & UnoRuntime_Test (JUnit)Robert Antoni Buj i Gelonch 2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin 2014-08-12java: add @Override annotation to overriding methodsNoel Grandin 2012-06-29Java5 update - convert code to use genericsNoel Grandin 2012-06-26re-base on ALv2 code.Michael Meeks