summaryrefslogtreecommitdiff
path: root/scripting/Module_scripting.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-12-07scripting: more inconsistent Package conditionsMichael Stahl1-4/+6
Change-Id: Ifcefef2de15aab4dae6e14b3e689504d4fe9d11e
2016-12-07scripting: Android tinderbox can't find python packageMichael Stahl1-1/+1
Change-Id: I08e968563b751470e63de5f2bf91e30b31c97430
2016-12-07Match conditionals in Repository.mkTor Lillqvist1-2/+2
Change-Id: Ibc97588de9d414e05184593e4e9c1aeba94959f3
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+1
Feature test macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
2013-08-30ENABLE_SCRIPTING_* Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud1-2/+2
Change-Id: I937967889da75062c792cf377ce4e13c67526162 Reviewed-on: https://gerrit.libreoffice.org/5702 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-04-30install example java scripts using filelistDavid Tardon1-1/+2
Change-Id: I3f5df5be726fe0788a17d632fe1021ccaf4c1951
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-19fdo#63197: convert 3 out 4 from scripting partJulien Nabet1-4/+4
Change-Id: Ie359d0ef00f62dd3c2d1f1dfd86e115409438e76 Reviewed-on: https://gerrit.libreoffice.org/3470 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-02-20fix build breakage: ENABLE_SCRIPTING_PYTHON was already removedDavid Ostrovsky1-3/+1
Change-Id: I22cfcb848fbf7e9568fd4e2a43994ed361a8e1a7
2012-11-30Turn Python Scripting Provider from bundled extension to plain codeStephan Bergmann1-1/+2
To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed the UNO implementation identifier org.openoffice.pyuno.LanguageScriptProviderForPython to org.libreoffice.pyuno.LanguageScriptProviderForPython. Also, existing installations of the extension are explicitly not migrated to new user profiles. Change-Id: Id3dd66ba5e52e0962f7ad0ccb5e4ad5b0bec97fa
2012-08-09create these rdbs directly in scriptingMatúš Kukan1-4/+8
Change-Id: I8a44de06f9a16308a5ff82ad77d059e5dde544f9
2012-02-27s/interpreters/scripting/Tor Lillqvist1-1/+1
2012-02-27Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist1-1/+1
2012-01-27Bypass building BASIC and scripting related modules for iOSTor Lillqvist1-0/+4
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard.
2011-11-03fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann1-6/+4
modules. Their jar files reference other non-URE jars, so they cannot be extensions. bsh.jar has been moved into the optional module (it used to be installed always, but it looks like only the bsh script provider needs it; also, it had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also appears unnecessary as it is mentioned with an absolute file URL in the Class-Path of the script provider jar). js.jar has been included in the optional module (it used to be not installed at all?).
2011-10-01finished converting scripting to gbuildMatúš Kukan1-2/+16
2011-10-01convert scripting to gbuild - first stepMatúš Kukan1-0/+47
There are java and extensions missing.