-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
52 lines (52 loc) · 2.75 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<plugin name='content' version='2.4.9-RC2' grailsVersion='2.1 > *'>
<author>CauseCode</author>
<title>Content Plugin</title>
<description>A plugin used to manage contents like static pages, menus etc. at one place.
Also provides shortened and user friendly urls.
</description>
<documentation>http://grails.org/plugin/content</documentation>
<type>ContentGrailsPlugin</type>
<resources>
<resource>ContentBootStrap</resource>
<resource>ContentResources</resource>
<resource>ContentUrlMappings</resource>
<resource>com.cc.content.ContentFilters</resource>
<resource>com.cc.content.ContentRevisionController</resource>
<resource>com.cc.content.PageLayoutController</resource>
<resource>com.cc.content.blog.BlogController</resource>
<resource>com.cc.content.blog.comment.CommentController</resource>
<resource>com.cc.content.faq.FAQController</resource>
<resource>com.cc.content.inputWidget.InputWidgetController</resource>
<resource>com.cc.content.meta.MetaController</resource>
<resource>com.cc.content.navigation.MenuController</resource>
<resource>com.cc.content.navigation.MenuItemController</resource>
<resource>com.cc.content.news.NewsController</resource>
<resource>com.cc.content.page.PageController</resource>
<resource>com.cc.content.Content</resource>
<resource>com.cc.content.ContentMeta</resource>
<resource>com.cc.content.ContentRevision</resource>
<resource>com.cc.content.PageLayout</resource>
<resource>com.cc.content.blog.Blog</resource>
<resource>com.cc.content.blog.comment.BlogComment</resource>
<resource>com.cc.content.blog.comment.Comment</resource>
<resource>com.cc.content.faq.FAQ</resource>
<resource>com.cc.content.inputWidget.InputWidget</resource>
<resource>com.cc.content.meta.Meta</resource>
<resource>com.cc.content.navigation.Menu</resource>
<resource>com.cc.content.navigation.MenuItem</resource>
<resource>com.cc.content.news.News</resource>
<resource>com.cc.content.page.Page</resource>
<resource>com.cc.content.page.PageRevision</resource>
<resource>com.cc.content.ContentService</resource>
<resource>com.cc.content.blog.BlogService</resource>
<resource>com.cc.content.blog.comment.CommentService</resource>
<resource>com.cc.content.inputWidget.InputWidgetService</resource>
<resource>com.cc.content.navigation.MenuItemService</resource>
<resource>com.cc.seo.friendlyurl.FriendlyUrlService</resource>
<resource>com.cc.content.ContentTagLib</resource>
<resource>com.cc.content.blog.BlogTagLib</resource>
<resource>com.cc.content.inputWidget.InputWidgetTagLib</resource>
<resource>com.cc.content.navigation.MenuTagLib</resource>
<resource>com.cc.content.page.PageTagLib</resource>
</resources>
</plugin>