# -*- 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_Module_Module,rhino)) ifneq ($(ENABLE_JAVA),) ifneq ($(filter RHINO,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_targets,rhino,\ ExternalPackage_rhino \ ExternalProject_rhino \ UnpackedTarball_rhino \ )) endif endif # vim: set noet sw=4 ts=4: : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/.git-hooks/pre-commit
AgeCommit message (Expand)Author
2021-04-28git pre-commit hook: fix typoXisco Fauli
2021-04-27Check UI interface domains in the git pre-commit hookXisco Fauli
2021-01-15replace stock button imagesCaolán McNamara
2021-01-15remove newly unused use-stock supportCaolán McNamara
2021-01-14drop newly added deprecated GtkAlignment instanceCaolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-10-09tdf#134286: fix pre-commit hook to make hooks.allownonascii workShiro Kawai
2020-09-09git pre-commit hook: check OOXMLIMPORT and OOXMLEXPORT...Xisco Fauli
2020-08-12git pre-commit hook: check min gtk3 versionXisco Fauli
2020-07-10Fixup pre-commit hook to work with worktreesThorsten Behrens
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2018-11-22git hooks: Tell what to do in another problematic submodules case.Jan Holesovsky
2018-11-22git hooks: Check that you are not committing to submodules by accident.Jan Holesovsky
2018-10-03Add Python files to pre-commit hook checksThorsten Behrens