-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
15 lines (15 loc) · 901 Bytes
/
plugin.xml
File metadata and controls
15 lines (15 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<plugin name='kickstart-with-bootstrap' version='1.3.0' grailsVersion='2.4 > *'>
<title>Kickstart with Bootstrap - Good looking websites!</title>
<description>Kickstart is a plugin for Grails to start your project with a good looking frontend. It provides adapted scaffolding templates for standard CRUD pages using the Bootstrap frontend framework initiated by Twitter.</description>
<documentation>http://grails.org/plugin/kickstart-with-bootstrap</documentation>
<type>KickstartWithBootstrapGrailsPlugin</type>
<resources>
<resource>KickstartConfig</resource>
<resource>KickstartResources</resource>
<resource>kickstart.KickstartFilters</resource>
<resource>kickstart.HomeController</resource>
<resource>kickstart._DemoPageController</resource>
<resource>kickstart._DemoPage</resource>
<resource>kickstart.BootstrapTagLib</resource>
</resources>
</plugin>