<plugin name='softDelete' version='0.5' grailsVersion='3.2.9 &gt; *'>
  <type>softdelete.SoftDeleteGrailsPlugin</type>
  <grailsVersion>3.2.9 &gt; *</grailsVersion>
  <authorEmail></authorEmail>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <author>Daniel Lobo</author>
  <documentation>http://grails.org/plugin/soft-delete</documentation>
  <profiles>[web]</profiles>
  <name>soft-delete</name>
  <description>Provides Grails domain classes support for soft (or logical) deletes.
</description>
  <title>Soft Delete</title>
  <version />
  <resources>
    <resource>softdelete.IndexController</resource>
    <resource>softdelete.UrlMappings</resource>
    <resource>softdelete.SoftDeleteDomainClass</resource>
    <resource>softdelete.Application</resource>
    <resource>softdelete.BootStrap</resource>
  </resources>
</plugin>