summaryrefslogtreecommitdiff
path: root/jvmfwk/Package_jreproperties_solver.mk
blob: 4cecdcce845dffe9c4f93fbf7e013fc4b02fbe46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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/.
#

ifeq ($(OS),WNT)
jvmfwk_Package_jreproperties_solver_LIBDIR := bin
else
jvmfwk_Package_jreproperties_solver_LIBDIR := lib
endif

$(eval $(call gb_Package_Package,jvmfwk_jreproperties_solver,$(call gb_CustomTarget_get_workdir,jvmfwk/jreproperties)))

$(eval $(call gb_Package_add_file,jvmfwk_jreproperties_solver,$(jvmfwk_Package_jreproperties_solver_LIBDIR)/JREProperties.class,JREProperties.class))

# vim:set noet sw=4 ts=4:
s yet againMichael Stahl 2017-07-29Fix no longer valid commentPranav Kant 2017-07-28Fix scheduler GDB pretty printerJan-Marek Glogowski 2017-07-13fix BigPtrArray pretty printerNoel Grandin 2017-07-13Run Idle tasks immediatlyJan-Marek Glogowski 2017-07-13Introduce a scheduler stackJan-Marek Glogowski 2017-07-07re-add some gdb BigPtrArray pretty printingNoel Grandin 2017-07-07Revert "use std::vector in BigPtrArray"Noel Grandin 2017-06-28gdb pretty-printers: fix BigPtrArrayPrinter after recent std::isationMichael Stahl 2017-04-04Missing str(...) when an arg is itself a css::uno::Sequence<...>Stephan Bergmann 2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin 2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski 2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski 2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski 2017-01-17used std::map in SfxItemSetNoel Grandin 2016-12-20gdb pretty printers: fix the SwXTextCursor::Impl one even moreMichael Stahl 2016-12-20gdb pretty printers: fix BigPtrArray printer for member renameMichael Stahl 2016-12-20gdb pretty printers: fix SwXTextCursor::Impl printer for SwClient renameMichael Stahl 2016-12-20gdb pretty printers: fix SwPaM printer for Ring member renamingMichael Stahl 2016-12-14solenv: adapt SwPositionPrinter to BigPtrEntry renamingMichael Stahl 2016-10-23Fix typosAndrea Gelmini 2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke 2016-06-16Improve output of UnoAnyPrinterStephan Bergmann 2016-01-02GDB: pretty-print more sw::mark::MarkBase classesJan-Marek Glogowski 2015-12-07loplugin:mergeclasses OOXMLPropertyImpl into OOXMLPropertyNoel Grandin 2015-12-07loplugin:mergeclasses, merge OOXMLPropertyImpl into OOXMLPropertyNoel Grandin 2015-07-30gdb pretty printers for boost can't iterate with Python 3Michael Stahl 2015-07-27gdb pretty printer for SwNodes fails on Python 3 due to "unicode"Michael Stahl 2015-06-15sw: prefix members of SwNodeIndexMichael Stahl 2015-05-26gdb: SwTxtNode -> SwTextNodeMiklos Vajna 2015-04-08solenv: there are no more SvArrays in need of pretty printingMichael Stahl 2015-04-08solenv: add GDB pretty printer for SfxItemSetMichael Stahl 2015-01-29gdb pretty printers: fix the sw::mark::IMark and SwModify printersMichael Stahl 2015-01-29gdb pretty printers: remove obsolete tools container printersMichael Stahl 2015-01-27Adapt FractionPrinterStephan Bergmann 2014-11-10Do not deref (potentially dangling) weak_ptrStephan Bergmann 2014-11-10Adapt FractionPrinterStephan Bergmann 2014-10-24More useful pretty printing of invalid fractionsStephan Bergmann 2014-08-20gdb: print the SwNodeIndex properly if there are multiple blocksMichael Stahl