-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathplugin.xml
More file actions
18 lines (18 loc) · 827 Bytes
/
plugin.xml
File metadata and controls
18 lines (18 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<plugin name='jquery' version='1.5' grailsVersion='1.2.2 > *'>
<author>Sergey Nebolsin, Craig Jone, Marc Palmer and Finn Herpich</author>
<authorEmail>nebolsin@gmail.com, craigjones@maximsc.com, marc@grailsrocks.com and finn.herpich@marfinn-software.de</authorEmail>
<title>JQuery for Grails</title>
<description>Provides integration for the JQuery library with grails JavascriptProvider</description>
<documentation>http://grails.org/JQuery+Plugin</documentation>
<resources>
<resource>Config</resource>
<resource>JQueryConfig</resource>
<resource>JQueryPluginResources</resource>
<resource>UrlMappings</resource>
<resource>JQueryService</resource>
<resource>JQueryResourceTagLib</resource>
<resource>JQueryTagLib</resource>
</resources>
<dependencies />
<behavior />
</plugin>