<plugin name='shiro-protect-any' version='0.1.0' grailsVersion='2.2 &gt; *'>
  <author>Cedric Röck</author>
  <authorEmail>cedric.roeck@gmail.com</authorEmail>
  <title>Shiro Protect Any Plugin</title>
  <description>Allows to setup authentication for static resource calls against Apache Shiro.</description>
  <type>ShiroProtectAnyGrailsPlugin</type>
  <resources>
    <resource>net.roecky.grails.plugins.shiroProtectAny.ShiroAnyUrlProtectionService</resource>
  </resources>
  <repositories>
    <repository name='grailsCentral' url='http://grails.org/plugins' />
    <repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
  </repositories>
  <dependencies />
  <plugins>
    <compile>
      <plugin group='org.grails.plugins' name='shiro' version='1.2.1' />
      <plugin group='org.grails.plugins' name='webxml' version='1.4.1' />
    </compile>
  </plugins>
  <runtimePluginRequirements />
  <behavior />
</plugin>