summaryrefslogtreecommitdiffstats
path: root/swext/Jar_mediawiki.mk
Commit message (Collapse)AuthorAgeFilesLines
* swext: Wiki Publisher does not use those apache-commons librariesMichael Stahl2015-10-091-6/+0
| | | | | | | ... itself, they were apparently just dependencies of commons-httpclient, so remove them. Change-Id: I8fd5c85db058c4aa14c4f5fea20fd17ba361b0b2
* swext: remove commons-httpclient dependency from Wiki PublisherMichael Stahl2015-10-091-1/+0
| | | | | | | JRE 6 has sufficient HttpURLConnection etc. stuff to make this work without bundling external libraries. Change-Id: I6c71980c718169024006f02a96c442a71d798d55
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
|
* gbuild: register all jarsMichael Stahl2012-08-171-4/+4
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* swext: use gb_Jar_use_externalsMichael Stahl2012-08-151-18/+5
| | | | Change-Id: Ib62473d841bc9a66acde6529d3f63e3fd1a00928
* gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2012-08-151-14/+0
| | | | | | | | | 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
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-3/+3
| | | | | | | | | 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)
* no need for SRCDIR parameter hereMatúš Kukan2011-10-231-1/+1
|
* fix swext build with SYSTEM_APACHE_COMMONS==YESRene Engelhard2011-10-161-0/+18
|
* convert swext to gbuild and add to tail_buildPeter Foley2011-10-071-0/+72