<plugin name='blurb' version='0.1' grailsVersion='1.1 &gt; *'>
  <author>Ben Klein</author>
  <authorEmail>juglist@gmail.com</authorEmail>
  <title>Provides tag to render dynamically updateable text in GSP views.</title>
  <description>\
Blurb plugin allows static text in a view to be replaced with a tag which renders the text of a specified Blurb, so the text can be edited/updated with Grails CRUD functionality.
</description>
  <documentation>http://grails.org/Blurb+Plugin</documentation>
  <resources>
    <resource>Blurb</resource>
    <resource>UrlMappings</resource>
    <resource>DataSource</resource>
    <resource>BlurbTagLib</resource>
    <resource>BlurbController</resource>
  </resources>
  <dependencies />
</plugin>