-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.xml
22 lines (22 loc) · 890 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<plugin name='esp' version='0.1' grailsVersion='1.1.1 > *'>
<author>Marc Palmer</author>
<authorEmail>[email protected]</authorEmail>
<title>Imbues your application with the power of Extra Sensory Perception</title>
<description>\
Allows tags and pages to magically inject code into CSS and JS files without
filling your HTML content with junk.
</description>
<documentation>http://grails.org/ESP+Plugin</documentation>
<resources>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>ESPUrlMappings</resource>
<resource>org.grails.plugins.esp.ResourceController</resource>
<resource>TestController</resource>
<resource>org.grails.plugins.esp.StoreService</resource>
<resource>org.grails.plugins.esp.ESPTagLib</resource>
</resources>
<dependencies>
<plugin name='core' version='1.1 > *' />
</dependencies>
</plugin>