# # # 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,XMergeBridge)) $(eval $(call gb_Jar_set_componentfile,XMergeBridge,xmerge/source/bridge/XMergeBridge,OOO)) $(eval $(call gb_Jar_set_manifest,XMergeBridge,$(SRCDIR)/xmerge/source/bridge/manifest.mf)) $(eval $(call gb_Jar_set_packageroot,XMergeBridge,*.class)) $(eval $(call gb_Jar_use_jars,XMergeBridge,\ xmerge \ unoil \ ridl \ jurt \ juh \ )) $(eval $(call gb_Jar_add_sourcefiles,XMergeBridge,\ xmerge/source/bridge/java/XMergeBridge \ )) m.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/comphelper/prj
AgeCommit message (Expand)Author
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-02-16Cleanup in comphelper unit tests.Sébastien Le Ray
2011-02-10DEV300 masterfix: #i10000#: fix typoJens-Heiner Rechtien [hr]
2011-02-08Fix comphelper parallel build, so that the tests may run.Jan Holesovsky
2011-02-07Re-animated tests that were based on deprecated testshl.Wilhelm Pflueger
2011-01-31CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in para...Mathias Bauer
2011-01-26gnumake3: adjust comphelper to new build envCarsten Driesner