# -*- 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: -4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2014-10-28coverity#704086 Unchecked return valueCaolán McNamara
2014-10-21Remove dead CustomerNumber functionalityStephan Bergmann
2014-10-21unotools: correct filename spelling - testGetEnglishSearchName.cxxChris Sherlock
2014-10-20fix font testsCaolán McNamara
2014-10-20Resolves: fdo#85006 limit script stripping to known suffixesCaolán McNamara
2014-10-11unotools: assert if TempFile::GetURL() fails due to missing file UCPMichael Stahl
2014-10-11move the removeTree function from desktop to unotoolsMichael Stahl
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke
2014-10-01fdo#82577: Handle TimeNoel Grandin