<plugin name='commentable' version='0.8.1' grailsVersion='1.1 &gt; *'>
  <author>Graeme Rocher</author>
  <authorEmail>graeme.rocher@springsource.com</authorEmail>
  <title>Commentable Plugin</title>
  <description>Adds support for comments. Mark up any of your domain classes as having comments and then use the tag library and partial templates to integrate comments into your views.</description>
  <documentation>http://grails.org/Commentable+Plugin</documentation>
  <type>CommentableGrailsPlugin</type>
  <resources>
    <resource>org.grails.comments.CommentableController</resource>
    <resource>org.grails.comments.Comment</resource>
    <resource>org.grails.comments.CommentLink</resource>
    <resource>org.grails.comments.TestEntry</resource>
    <resource>org.grails.comments.TestPoster</resource>
    <resource>org.grails.comments.CommentsTagLib</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 />
  <runtimePluginRequirements />
  <behavior />
</plugin>