<plugin name='newrelic' version='0.5' grailsVersion='2.0 &gt; *'>
  <author>C.P. Lim</author>
  <authorEmail>c.p.lim@sensis.com.au</authorEmail>
  <title>Newrelic Plugin</title>
  <description>Newrelic plugin for Grails
</description>
  <documentation>http://grails.org/plugin/newrelic</documentation>
  <type>NewrelicGrailsPlugin</type>
  <resources>
    <resource>au.com.sensis.newrelic.NewRelicFilters</resource>
    <resource>au.com.sensis.newrelic.NewRelicService</resource>
    <resource>au.com.sensis.newrelic.NewrelicTagLib</resource>
  </resources>
  <repositories>
    <repository name='grailsCentral' url='http://plugins.grails.org' />
    <repository name='http://repo.grails.org/grails/plugins' url='http://repo.grails.org/grails/plugins/' />
    <repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
    <repository name='grailsCore' url='http://svn.codehaus.org/grails/trunk/grails-plugins' />
    <repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
  </repositories>
  <dependencies />
  <plugins>
    <test>
      <plugin group='org.grails.plugins' name='spock' version='0.6' />
    </test>
  </plugins>
  <runtimePluginRequirements />
  <behavior />
</plugin>