# -*- 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_CustomTarget_CustomTarget,odk/settings)) $(eval $(call gb_CustomTarget_register_target,odk/settings,dk.mk)) $(call gb_CustomTarget_get_workdir,odk/settings)/dk.mk : $(SRCDIR)/odk/settings/dk.mk $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,SED,1) tr -d "\015" < $< | sed \ -e 's/@@PLATFORM@@/$(firstword $(subst _, ,$(PLATFORMID)))/' \ -e 's/@@PROCTYPE@@/$(subst $(WHITESPACE),_,$(wordlist 2,$(words $(subst _, ,$(PLATFORMID))),$(subst _, ,$(PLATFORMID))))/' \ -e 's/@@RELEASE@@/$(PRODUCTVERSION)/' \ -e 's/@@BUILDID@@/$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)/' \ -e 's/@@ENABLE_DBGUTIL@@/$(ENABLE_DBGUTIL)/' > $@ # vim: set noet sw=4 ts=4: div> jurt: add missing modelines 2016-05-05T10:17:55+00:00 Miklos Vajna vmiklos@collabora.co.uk 2016-05-05T08:04:17+00:00 0c4a4082286b3ea3c11ae37a149bfde78fff7ecc So that it's harder to introduce tabs in those files. Change-Id: Iccaf0095fd103c4a3da44afc38f1a9d23be9863f Reviewed-on: https://gerrit.libreoffice.org/24673 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
So that it's harder to introduce tabs in those files.

Change-Id: Iccaf0095fd103c4a3da44afc38f1a9d23be9863f
Reviewed-on: https://gerrit.libreoffice.org/24673
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
java: remove some unused fields and variables 2014-12-15T12:36:40+00:00 Noel Grandin noel@peralex.com 2014-12-12T12:05:04+00:00 454ddddd9995ad7c6f865729d160814f5a9f093a Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7 Reviewed-on: https://gerrit.libreoffice.org/13477 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7
Reviewed-on: https://gerrit.libreoffice.org/13477
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
java: add @Override annotation to overriding methods 2014-08-12T07:41:28+00:00 Noel Grandin noel@peralex.com 2014-08-06T06:55:09+00:00 0477e6c39b7ce8b7f6560fbf222c19fe4f358dc8 Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
Remove race conditions from test 2012-09-12T12:36:18+00:00 Stephan Bergmann sbergman@redhat.com 2012-09-12T12:36:18+00:00 c414499bbd456389ac6cacf677327bff9e6b43f9 Change-Id: I97e10fa3b9058211313a7faa5269d71e233f8bf8
Change-Id: I97e10fa3b9058211313a7faa5269d71e233f8bf8
Java cleanup - remove unused imports 2012-08-28T14:15:42+00:00 Noel Grandin noel@peralex.com 2012-08-21T06:39:16+00:00 ff77676612d8ca7874ba0616ff1841f556f4ddb2 Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
Java5 update - convert code to use generics 2012-06-29T20:03:03+00:00 Noel Grandin noel@peralex.com 2012-06-28T09:27:57+00:00 7af400558072e2f328f078e39a121a95bb928804 Change-Id: Iff078cea287d0c508d2442d65cd9314ec3231c15
Change-Id: Iff078cea287d0c508d2442d65cd9314ec3231c15
re-base on ALv2 code. 2012-06-29T14:51:49+00:00 Michael Meeks michael.meeks@suse.com 2012-06-29T13:02:24+00:00 2005a34318af5e10dc9b4fae33a0562c58223bce