# -*- 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,jvmfwk/jreproperties)) $(call gb_CustomTarget_get_target,jvmfwk/jreproperties) : $(call gb_CustomTarget_get_workdir,jvmfwk/jreproperties)/JREProperties.class $(call gb_CustomTarget_get_workdir,jvmfwk/jreproperties)/JREProperties.class : \ $(SRCDIR)/jvmfwk/plugins/sunmajor/pluginlib/JREProperties.java \ | $(call gb_CustomTarget_get_workdir,jvmfwk/jreproperties)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JCS,1) $(call gb_Helper_abbreviate_dirs, \ cd $(dir $@) && $(gb_JavaClassSet_JAVACCOMMAND) $(gb_JavaClassSet_JAVACDEBUG) -d $(dir $@) $^) # vim:set shiftwidth=4 tabstop=4 noexpandtab: /zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/store
AgeCommit message (Expand)Author
2014-07-18cid#1226495 Uninitialized scalar fieldNoel Grandin
2014-07-10use SimpleReferenceObject in stoc moduleNoel Grandin
2014-07-08WaE: C4754Tor Lillqvist
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-06Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-07TypoStephan Bergmann
2014-04-07Fix READMEStephan Bergmann
2014-04-04Clean up unreferenced functionsStephan Bergmann
2014-03-27remove PROFILE checksThomas Arnhold
2014-03-27sfx2, sc: remove macros for using Windows NT Call ProfilerMichael Stahl
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-12No need for isKindOf to be SAL_CALLStephan Bergmann
2014-02-27Remove visual noise from storeAlexander Wilms
2014-02-17store: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann