<plugin name='rabbitmq' version='2.0.0' grailsVersion='3.0.2 &gt; *'>
  <type>grails.plugins.rabbitmq.RabbitmqGrailsPlugin</type>
  <issueManagement system='JIRA' url='http://jira.codehaus.org/browse/GRAILSPLUGINS' />
  <grailsVersion>3.0.2 &gt; *</grailsVersion>
  <authorEmail>jeff.brown@springsource.com</authorEmail>
  <dependsOn />
  <developers>[[name:Peter Ledbrook, email:pledbrook@vmware.com], [name:Puneet Behl, email:puneet.behl007@gmail.com]]</developers>
  <version />
  <author>Jeff Brown</author>
  <organization name='SpringSource' url='http://www.springsource.org/' />
  <title>RabbitMQ Plugin</title>
  <loadAfter>[services]</loadAfter>
  <pluginExcludes>[grails-app/views/error.gsp, grails-app/services/**, grails-app/controllers/**, grails-app/views/message/*, grails-app/conf/application.groovy, src/main/groovy/grails/plugins/rabbitmq/test/**, **/.gitignore]</pluginExcludes>
  <observe>[*]</observe>
  <description>The RabbitMQ plugin provides integration with the RabbitMQ Messaging System.</description>
  <name>rabbitmq</name>
  <documentation>http://grails-plugins.github.com/grails-rabbitmq/</documentation>
  <license>APACHE</license>
  <scm url='https://github.com/grails-plugins/grails-rabbitmq' />
  <resources>
    <resource>UrlMappings</resource>
    <resource>grails.plugins.rabbitmq.Application</resource>
  </resources>
</plugin>