summaryrefslogtreecommitdiff
path: root/nlpsolver/Extension_nlpsolver.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-11-04gbuild: fix gb_Extension_use_default_descriptionMichael Stahl1-1/+1
Passing a target local variable like $(LOCATION) to gb_Extension_add_file does not result in an actual dependency on the file. Change-Id: Ide77ab81f19877267056bf8e50d69c9cfedcda79
2013-10-25stop looking for Jar files in solverMichael Stahl1-2/+2
Change-Id: I4d2a93fa7395354fbf2893df9e254ab39fa365af
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-03-07Make gb_Extension_use_default_description/license explicitStephan Bergmann1-0/+3
...as a prerequisite for gbuild'ifying desktop/test/deployment/passive/, which builds a test extension that does not match those default description/license settings. Change-Id: I200ff0ceb9750ed4b1c187305f10469f789d29cb
2012-11-01Delete useless slashesZolnai Tamás1-1/+1
Change-Id: Ib8cb85314b286948884ef9a72024c9fece3de93e
2012-09-10add help.tree files to extensions' helpBence Babati1-0/+3
Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074
2012-08-31fdo#53009: Compile extension help in gbuildStephan Bergmann1-8/+7
...as had been done in the old build system (solenv/inc/extension_helplink.mk). Especially for bundled extensions, this removes the need to compile the help data per user on first start. gb_Extension_add_helpfile(s) replaces gb_Extension_localize_help, and takes care of all the steps (localization, compilation, inclusion in .oxt), even for the en-US data (which was handled with additional gb_Extension_add_file calls before). Change-Id: Ie4bab66d3cad2b713780a23bf2606ca56cfff37f
2012-01-04build and pack NLPSolver help localizationsAndras Timar1-2/+6
2012-01-04just list the files explicitlyDavid Tardon1-4/+6
2012-01-03localize nlpsolver .properties files within the buildAndras Timar1-2/+3
2012-01-02pack *.default files, too fdo#43923Andras Timar1-1/+1
2011-11-28nlpsolver: migrate the build to use native gnumake buildMichael Meeks1-0/+42
Remove dmake, build.pl and ant build cruft. Update extension description, cleanup file locations etc. Switch to passive registration.