<plugin name='spud-core' version='0.6.0' grailsVersion='2.3 &gt; *'>
  <author>David Estes</author>
  <authorEmail>destes@bcap.com</authorEmail>
  <title>Spud Core Plugin</title>
  <description>Spud Admin is a dependency package that adds a nice looking administrative panel to any project you add it to. It supports easy grails app integration and provides core functionality for spud modules.</description>
  <documentation>https://github.com/spud-grails/spud-core</documentation>
  <type>SpudCoreGrailsPlugin</type>
  <resources>
    <resource>SpudCoreUrlMappings</resource>
    <resource>spud.core.SecurityFilters</resource>
    <resource>spud.core.admin.DashboardController</resource>
    <resource>spud.core.AdminApplicationService</resource>
    <resource>spud.core.DefaultSpudLayoutService</resource>
    <resource>spud.core.DefaultSpudRendererService</resource>
    <resource>spud.core.SpudDefaultMultiSiteService</resource>
    <resource>spud.core.SpudLayoutService</resource>
    <resource>spud.core.SpudTemplateService</resource>
    <resource>spud.core.SpudAdminTagLib</resource>
    <resource>spud.core.SpudTemplateTagLib</resource>
  </resources>
</plugin>