<plugin name='jquery-mobile' version='1.0.4' grailsVersion='1.3.7 &gt; *'>
  <author>Karol Balejko</author>
  <authorEmail>kb@groovydev.org</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 &gt; *' />
    <plugin name='jquery' version='1.6 &gt; *' />
  </dependencies>
  <behavior />
</plugin>