# -*- 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_Jar_Jar,smoketest)) $(eval $(call gb_Jar_add_sourcefiles,smoketest, \ smoketest/org/libreoffice/smoketest/Services \ smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment \ )) $(eval $(call gb_Jar_set_componentfile,smoketest,smoketest/org/libreoffice/smoketest/smoketest,OOO)) $(eval $(call gb_Jar_set_manifest,smoketest,$(SRCDIR)/smoketest/org/libreoffice/smoketest/manifest)) $(eval $(call gb_Jar_set_packageroot,smoketest,org)) $(eval $(call gb_Jar_use_jars,smoketest, \ juh \ ridl \ unoil \ )) # vim: set noet sw=4 ts=4: -7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/salhelper
AgeCommit message (Expand)Author
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-20Some more loplugin:cstylecast: salhelperStephan Bergmann
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-13salhelper: work around spurious warning C4189Michael Stahl
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-28prefer makefile-gmake-modeTakeshi Abe