summaryrefslogtreecommitdiff
path: root/qadevOOo/Jar_OOoRunner.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05Make it easier to use IDE with JavaNoel Grandin1-29/+29
Java IDE's get upset if the package does not match the path, so move some files to make them match. Change-Id: Ia6a1f3dc572cc1d30492491de9cf1462f2887e6f
2012-08-17gbuild: register all jarsMichael Stahl1-5/+5
Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl1-1/+1
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-04-12offapi: remove obsolete XInplaceLayout (2nd try)Thomas Arnhold1-1/+0
This is related to 10e580c57b907420e8c6d816325445a40a720e4a
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-1/+1
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-03-16Removed unused qadevOOo BASIC test codeStephan Bergmann1-13/+0
2012-02-20removal of XInplaceLayout.java was reverted later...David Tardon1-0/+1
This reverts commit e0bea132d86b417975a7b73464fb527a6c3c1cbe.
2012-02-20_XInplaceLayout.java is goneDavid Tardon1-1/+0
2012-01-24Don't try to build inexisting fileFridrich Štrba1-1/+0
2012-01-10list source files explicitlyDavid Tardon1-4/+1566
2011-12-23Revert "gb_Jar_add_packagefiles only takes 2 args"David Tardon1-3/+1
This reverts commit f3f77fd5cdd0a04115af255430a97e6dec24d85f.
2011-12-23gb_Jar_add_packagefiles only takes 2 argsDavid Tardon1-1/+3
2011-10-23no need for SRCDIR parameter hereMatúš Kukan1-1/+1
2011-10-07convert qadevOOo to gbuildPeter Foley1-0/+74