<plugin name='zeit' version='0.2.4' grailsVersion='1.3.5 &gt; *'>
  <author>Jean le Roux</author>
  <authorEmail>jean@nettreasury.co.za</authorEmail>
  <title>Zeit callback scheduler</title>
  <description>\
Zeit allows a caller to register a closure callback for scheduled execution. Zeit periodically polls pending jobs and executed due/past-due jobs.
Jobs are persisted in standard domains on the database, allowing for recovery/re-execution.
</description>
  <documentation>http://grails.org/plugin/zeit</documentation>
  <resources>
    <resource>zeit.Job</resource>
    <resource>zeit.ZeitService</resource>
  </resources>
  <dependencies>
    <plugin name='backgroundThread' version='1.6 &gt; *' />
  </dependencies>
  <behavior />
</plugin>