-
Notifications
You must be signed in to change notification settings - Fork 9
/
plugin.xml
19 lines (19 loc) · 839 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<plugin name='jquery-mobile' version='1.1.0.5' grailsVersion='1.3.7 > *'>
<author>Karol Balejko</author>
<authorEmail>[email protected]</authorEmail>
<title>Plugin jQuery mobile framework resource files</title>
<description>Plugin jQuery mobile framework resource files. To get started -- checkout http://jquerymobile.com/</description>
<documentation>https://github.com/groovydev/jquery-mobile-grails-plugin/blob/master/README.md</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>JqueryMobileResources</resource>
<resource>UrlMappings</resource>
</resources>
<dependencies>
<plugin name='resources' version='1.0 > *' />
<plugin name='jquery' version='1.6 > *' />
</dependencies>
<behavior />
</plugin>