# -*- 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_Package_Package,scripting_java_jars,$(WORKDIR)/Jar)) $(eval $(call gb_Package_add_file,scripting_java_jars,$(LIBO_SHARE_FOLDER)/Scripts/java/HelloWorld/HelloWorld.jar,HelloWorld.jar)) $(eval $(call gb_Package_add_file,scripting_java_jars,$(LIBO_SHARE_FOLDER)/Scripts/java/Highlight/Highlight.jar,Highlight.jar)) $(eval $(call gb_Package_add_file,scripting_java_jars,$(LIBO_SHARE_FOLDER)/Scripts/java/MemoryUsage/MemoryUsage.jar,MemoryUsage.jar)) # vim: set noet sw=4 ts=4: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2024-05-16loplugin:ostr in unotoolsNoel Grandin
2024-05-13createFromAscii -> OUString literals in ConvertCharNoel Grandin
2024-05-12replace createFromAscii with OUString literals in DefaultFontConfigurationNoel Grandin
2024-05-12replace createFromAscii with OUString literals in OConfigurationValueContainerNoel Grandin
2024-05-05replace createFromAscii with OUString literals in SvtSearchOptions_ImplNoel Grandin
2024-05-05replace createFromAscii with OUString literals in SvtLinguConfigItemNoel Grandin
2024-05-05replace createFromAscii with OUString literals in SvtUserOptionsNoel Grandin
2024-05-05replace createFromAscii with OUString literals in SvtPathOptions_ImplNoel Grandin
2024-05-04replace createFromAscii with OUString literals in GlobalEventConfig_ImplNoel Grandin
2024-05-02use more OUString in StarSymbolToMSMultiFontImplNoel Grandin
2024-04-20loplugin:constantparam in ucb,unotoolsNoel Grandin
2024-04-04ofz#67825 build failure clang frontend command failed with exit code 139Caolán McNamara
2024-04-03Allow custom "eye catcher" from LO_TESTNAME in tempfiles on WindowsMike Kaganski
2024-03-30tdf#146619 Drop unused 'using namespace' in: unotools/Gabor Kelemen
2024-03-22improve loplugin:staticmethodsNoel Grandin
2024-03-06Use less boost_headers in low level librariesGabor Kelemen