<plugin name='schwartzMonitor' version='2.0.2' grailsVersion='1.3 &gt; *'>
  <type>grails.plugins.schwartzmonitor.SchwartzMonitorGrailsPlugin</type>
  <grailsVersion>1.3 &gt; *</grailsVersion>
  <loadAfter>[schwartz, quartz]</loadAfter>
  <authorEmail>robertoschwald@gmail.com</authorEmail>
  <license>APACHE</license>
  <issueManagement system='GITHUB' url='http://github.com/robertoschwald/grails-schwartz-monitor/issues' />
  <author>Robert Oschwald</author>
  <documentation>http://grails.org/plugin/grails-schwartz-monitor</documentation>
  <name>schwartz-monitor</name>
  <description>Enables you to administer all your Schwartz Quartz jobs</description>
  <title>Schwartz Quartz Monitor Grails Plugin</title>
  <scm url='http://github.com/robertoschwald/grails-schwartz-monitor' />
  <version />
  <resources>
    <resource>quartz.monitor.Application</resource>
    <resource>grails.plugins.schwartz.QuartzController</resource>
    <resource>org.grails.plugins.schwartz.monitor.QuartzMonitorService</resource>
  </resources>
</plugin>