~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/sleep/plugin.ini

  • Committer: Mark Atwood
  • Date: 2012-01-04 16:59:32 UTC
  • mfrom: (2478.2.3 real-key-use-catalog)
  • Revision ID: me@mark.atwood.name-20120104165932-cm0xqs4by0u3p4cy
merge lp:~stewart/drizzle/key-use-catalog

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
name=sleep
 
2
title=SLEEP Function
 
3
description=Function Plugin for sleep().
3
4
version=1.0
4
5
author=Patrick Galbraith
5
6
license=PLUGIN_LICENSE_GPL
6
 
title=Sleep UDF Plugin
7
 
description=UDF Plugin for sleep().
8
7
sources=sleep.cc
 
8
static=yes
 
9
load_by_default=yes