# # # 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,mediawiki)) $(eval $(call gb_Jar_set_packageroot,mediawiki,com)) $(eval $(call gb_Jar_set_manifest,mediawiki,$(SRCDIR)/swext/mediawiki/src/com/sun/star/wiki/MANIFEST.MF)) $(eval $(call gb_Jar_use_jars,mediawiki,\ juh \ jurt \ ridl \ unoil \ )) $(eval $(call gb_Jar_add_sourcefiles,mediawiki,\ swext/mediawiki/src/com/sun/star/wiki/EditPageParser \ swext/mediawiki/src/com/sun/star/wiki/Helper \ swext/mediawiki/src/com/sun/star/wiki/MainThreadDialogExecutor \ swext/mediawiki/src/com/sun/star/wiki/Settings \ swext/mediawiki/src/com/sun/star/wiki/WikiArticle \ swext/mediawiki/src/com/sun/star/wiki/WikiCancelException \ swext/mediawiki/src/com/sun/star/wiki/WikiDialog \ swext/mediawiki/src/com/sun/star/wiki/WikiEditorImpl \ swext/mediawiki/src/com/sun/star/wiki/WikiEditSettingDialog \ swext/mediawiki/src/com/sun/star/wiki/WikiOptionsEventHandlerImpl \ swext/mediawiki/src/com/sun/star/wiki/WikiPropDialog \ swext/mediawiki/src/com/sun/star/wiki/WikiProtocolSocketFactory \ )) e-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Expand)Author
2014-05-26coverity#705191 Missing break in switchCaolán McNamara
2014-05-23jvmfwk: generalize (and fix) the do_msvcr71_magic to Oracle JRE 7Michael Stahl
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-08New --disable-runtime-optimizationsStephan Bergmann
2014-05-08Resolves: rhbz#1092589 Thoroughly check whether JRE is still presentStephan Bergmann
2014-05-08Remove unused jfw_setJRELocationsStephan Bergmann
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni
2014-04-21Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-17remove executable bitAndras Timar
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-09Clean up function declarationsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26Remove visual noise from jvmfwkAlexander Wilms
2014-02-18Support OpenJDK "-internal" version suffixStephan Bergmann
2014-02-18jvmfwk: sal_Bool -> boolStephan Bergmann
2014-02-12Don't set JAVA_HOME on Mac OS XStephan Bergmann
2014-02-12Simplify string handlingStephan Bergmann
2014-02-11Related fdo#74597: Java on Mac doesn't use javaldx/library path fiddlingStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-27bool improvementsStephan Bergmann
2014-01-24coverity#705670 Resource leakCaolán McNamara
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-21bool improvementsStephan Bergmann