summaryrefslogtreecommitdiff
path: root/scripting/Jar_ScriptProviderForBeanShell.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
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-5/+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
2012-05-06Allow usage of system rhino wrt fdo#42977Tomas Chvatal1-6/+3
It is done the same way the beanshell is handled. Currently it can't be enabled by default as internal version has patched-in debug interface. We can choose two paths, rewrite the code to the new rhino debug interface or just strip the current one out. Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6
2012-04-12use gb_Helper_make_url hereMatúš Kukan1-2/+1
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-22fdo#46102: Fix scripting jar manifests after gbuild'ificationStephan Bergmann1-2/+2
2011-11-03fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann1-3/+11
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-23no need for SRCDIR parameter hereMatúš Kukan1-1/+1
2011-10-16add Class-Path: to ScriptProviderForBeanShell.jar when using system-beanshellRene Engelhard1-0/+5
2011-10-04bsh can be externalDavid Tardon1-1/+4
2011-10-01finished converting scripting to gbuildMatúš Kukan1-0/+55