Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-15 | gbuild: 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-15 | gbuild: s/gb_JavaClassSet_set_classpath/gb_JavaClassSet_add_classpath/ | Michael Stahl | |
Change-Id: I549888fcfe08d83101e414de86e8c9db1357d6eb | |||
2012-08-15 | gbuild: 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-29 | allow adding more package files at once | David Tardon | |
2012-05-09 | gbuild: remove gb_Helper_abbreviate_dirs_native | Matúš Kukan | |
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21 | |||
2012-04-09 | remove unused makefile code | Matúš Kukan | |
2012-04-08 | gbuild: "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-06 | gbuild: add customtarget dependencies for java stuff | Matúš Kukan | |
2012-03-22 | Produce more beautiful jar manifests | Stephan Bergmann | |
2012-02-16 | gbuild: Jar: fix building .jars on Windows | Matus Kukan | |
2011-12-25 | impl. package deps for JavaClassSet | David Tardon | |
2011-12-23 | gb_Jar_add_packagefile needs three args after all | David Tardon | |
This partially reverts commit 713e536fe987f4dbd901656fda19ec4908a0a2f1 . | |||
2011-12-23 | allow use of generated files in gb_Jar | David Tardon | |
2011-12-23 | work around deficiency in jar | David Tardon | |
2011-12-23 | eval at the calling side, like other gbuild classes | David Tardon | |
2011-11-10 | New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous. | Stephan Bergmann | |
2011-11-02 | Add gbuild support for .jar in .oxt. | Stephan Bergmann | |
2011-10-23 | no need for SRCDIR parameter here | Matúš Kukan | |
2011-10-18 | Undo basis/brand split: move program/classes/ from basis to brand. | Stephan Bergmann | |
Also removed apparently unused UNO_JAVA_COMPPATH ProfileItem. | |||
2011-10-07 | convert qadevOOo to gbuild | Peter Foley | |
2011-10-07 | convert xmerge to gbuild and add to tail_build | Peter Foley | |
2011-10-01 | adjust Jar.mk so we could add arbitrary files to the .jar file | Matúš Kukan | |
2011-09-17 | don't try to cat a non existent Jar manifest | Peter Foley | |
2011-09-15 | Jar.mk: remove target in case jar program exits with error | Michael Stahl | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-07-26 | Add Emacs mode lines and a few missing vim ones | Tor Lillqvist | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-06-22 | gnumake4: fixup the component foo | Bjoern Michaelsen | |
2011-06-17 | gnumake4: Jar.mk: move CLASSPATH stuff to JavaClassSet, and add ↵ | Michael Stahl | |
system/external [hg:db8ee7ba2cff] | |||
2011-06-17 | gnumake4: Jar.mk: remove unnecessary final target [hg:1e9ce815719e] | Michael Stahl | |
2011-06-17 | gnumake4: #i117340#: JavaClassSet: replace broken multi-repo support ↵ | Michael Stahl | |
[hg:3c843d4c457b] | |||
2011-06-16 | CWS gnumake4: use pattern rules for zip and jar | Mathias Bauer | |
2011-06-16 | CWS gnumake4: some improvements for zip+jar, documentation | Mathias Bauer | |
2011-06-16 | CWS gnumake4: add support for zip and jar files | Mathias Bauer | |