~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/js/plugin.ini

  • Committer: Henrik Ingo
  • Date: 2011-09-08 11:59:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2439.
  • Revision ID: henrik.ingo@avoinelama.fi-20110908115900-p8db0jy8003myads
Change name from js_eval() to just js(), also change name of plugin itself.

This allows for this to become the general javascript plugin, which may
offer also other javascript services in the future, such as internal C++ api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
name=js_eval
 
2
name=js
3
3
version=0.1
4
4
author=Henrik Ingo
5
5
license=PLUGIN_LICENSE_GPL
6
 
title=Evaluate JavaScript Code
 
6
title=Execute JavaScript Code
7
7
description=Execute JavaScript code with supplied parameters
8
8
load_by_default=yes
9
9
build_conditional="$ac_cv_libv8" = "yes"