forked from gpc/grails-commentable
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathplugin.xml
19 lines (19 loc) · 919 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<plugin name='commentable' version='1.3' grailsVersion='1.1 > *'>
<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>
<resources>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>org.grails.comments.CommentableController</resource>
<resource>org.grails.comments.Comment</resource>
<resource>org.grails.comments.CommentLink</resource>
<resource>org.grails.comments.CommentsTagLib</resource>
</resources>
<dependencies />
<behavior />
</plugin>