summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Jar.mk
AgeCommit message (Collapse)Author
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl
With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
2012-08-15gbuild: s/gb_JavaClassSet_set_classpath/gb_JavaClassSet_add_classpath/Michael Stahl
Change-Id: I549888fcfe08d83101e414de86e8c9db1357d6eb
2012-08-15gbuild: refactor external jar handling:Michael Stahl
Using a system jar should really put the system jar onto the manifest class-path, but that is currently difficult because externals are used by JavaClassSet and not Jar; fortunately it seems nobody uses gb_JavaClassSet_use_external directly so move the implementation to gb_Jar_use_external. Change-Id: Ieac480b3dec0ad39d2404b0a64b641eaf73c1e4a
2012-05-29allow adding more package files at onceDavid Tardon
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-04-09remove unused makefile codeMatúš Kukan
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-06gbuild: add customtarget dependencies for java stuffMatúš Kukan
2012-03-22Produce more beautiful jar manifestsStephan Bergmann
2012-02-16gbuild: Jar: fix building .jars on WindowsMatus Kukan
2011-12-25impl. package deps for JavaClassSetDavid Tardon
2011-12-23gb_Jar_add_packagefile needs three args after allDavid Tardon
This partially reverts commit 713e536fe987f4dbd901656fda19ec4908a0a2f1 .
2011-12-23allow use of generated files in gb_JarDavid Tardon
2011-12-23work around deficiency in jarDavid Tardon
2011-12-23eval at the calling side, like other gbuild classesDavid Tardon
2011-11-10New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann
2011-11-02Add gbuild support for .jar in .oxt.Stephan Bergmann
2011-10-23no need for SRCDIR parameter hereMatúš Kukan
2011-10-18Undo basis/brand split: move program/classes/ from basis to brand.Stephan Bergmann
Also removed apparently unused UNO_JAVA_COMPPATH ProfileItem.
2011-10-07convert qadevOOo to gbuildPeter Foley
2011-10-07convert xmerge to gbuild and add to tail_buildPeter Foley
2011-10-01adjust Jar.mk so we could add arbitrary files to the .jar fileMatúš Kukan
2011-09-17don't try to cat a non existent Jar manifestPeter Foley
2011-09-15Jar.mk: remove target in case jar program exits with errorMichael Stahl
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-26Add Emacs mode lines and a few missing vim onesTor Lillqvist
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen
2011-06-22gnumake4: fixup the component fooBjoern Michaelsen
2011-06-17gnumake4: Jar.mk: move CLASSPATH stuff to JavaClassSet, and add ↵Michael Stahl
system/external [hg:db8ee7ba2cff]
2011-06-17gnumake4: Jar.mk: remove unnecessary final target [hg:1e9ce815719e]Michael Stahl
2011-06-17gnumake4: #i117340#: JavaClassSet: replace broken multi-repo support ↵Michael Stahl
[hg:3c843d4c457b]
2011-06-16CWS gnumake4: use pattern rules for zip and jarMathias Bauer
2011-06-16CWS gnumake4: some improvements for zip+jar, documentationMathias Bauer
2011-06-16CWS gnumake4: add support for zip and jar filesMathias Bauer