# -*- 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,unoil/javamaker)) unoil_JAVADIR := $(gb_CustomTarget_workdir)/unoil/javamaker $(call gb_CustomTarget_get_target,unoil/javamaker) : $(unoil_JAVADIR)/done $(unoil_JAVADIR)/done : \ $(call gb_UnoApi_get_target,offapi) \ $(call gb_UnoApi_get_target,udkapi) \ $(call gb_Executable_get_runtime_dependencies,javamaker) \ | $(unoil_JAVADIR)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JVM,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),JVM) $(call gb_Helper_abbreviate_dirs, \ rm -r $(unoil_JAVADIR) && \ $(call gb_Helper_execute,javamaker -O$(unoil_JAVADIR) \ $(call gb_UnoApi_get_target,offapi) \ -X$(call gb_UnoApi_get_target,udkapi)) && \ touch $@) $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),JVM) # vim:set shiftwidth=4 tabstop=4 noexpandtab: opia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/swext
AgeCommit message (Expand)Author
2014-05-21the addfile rule doesn't like to continue on a new linelibreoffice-4-3-branch-pointChristian Lohmaier
2014-05-21care for Java 1.5 support in external packagesDouglas Mencken
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-03-25bump apache-commons-lang to 3.3.1Caolán McNamara
2014-03-25bump apache-commons-codec to 1.9Caolán McNamara
2014-03-25bump apache-commons-logging to 1.1.3Caolán McNamara
2014-02-22Resolves: fdo#75308 Asterisk at the beginning of Paragraph without "Nowiki"Julien Nabet
2014-02-19Resolves: fdo#69925 Wiki Publisher Extension is not workingJulien Nabet
2014-02-12Related: fdo#74875 Filter of "nowiki" to be improved - Export to MediaWikiJulien Nabet
2014-02-12normalize values of SYSTEM_APACHE_COMMONS, SYSTEM_BSHMichael Stahl
2014-02-11Resolves: fdo#74820 Failed to recognized Heading 6-Export to MediaWikiJulien Nabet
2014-02-06typo fixes in commentsAndras Timar
2013-11-04gbuild: fix gb_Extension_use_default_descriptionMichael Stahl
2013-10-26swext: fix wiki-publisher / apache-commons buildMichael Stahl
2013-10-25stop using apache-commons jars from OUTDIR tooMichael Stahl
2013-10-25stop looking for Jar files in solverMichael Stahl
2013-10-24xsltml: remove ExternalPackage, use files from WORKDIRMichael Stahl
2013-10-04Fix path for common-update.dtdJulien Nabet