<plugin name='spawn' version='0.4' grailsVersion='1.3.4 &gt; *'>
  <author>Ian Kennington Walter</author>
  <authorEmail>iankwalter@me.com</authorEmail>
  <title>Spawn - Template Generator</title>
  <description>The Spawn plugin allows you to specify a specific template for a domain class. This way you can have multiple templates within your application and assign them to whichever domain class you would like to use them with.</description>
  <documentation>https://github.com/iankwalter/Grails-Spawn-Plugin/wiki</documentation>
  <resources>
    <resource>BootStrap</resource>
    <resource>BuildConfig</resource>
    <resource>Config</resource>
    <resource>DataSource</resource>
    <resource>UrlMappings</resource>
    <resource>spring.resources</resource>
  </resources>
  <dependencies />
  <behavior />
</plugin>