<plugin name='downloadsPlugin' version='2.0.1' grailsVersion='3.2.11 &gt; *'>
  <type>au.org.ala.downloads.DownloadsPluginGrailsPlugin</type>
  <authorEmail>nick.dosremedios@csiro.au</authorEmail>
  <developers>[[name:Dave Martin, email:david.martin@csiro.au]]</developers>
  <author>Nick dos Remedios</author>
  <documentation>https://github.com/AtlasOfLivingAustralia/downloads-plugin</documentation>
  <description>Grails plugin to provide common user interface for users to trigger download occurrence records from
ALA Biocache system.
</description>
  <title>ALA Downloads Plugin</title>
  <loadBefore>[alaBootstrap3]</loadBefore>
  <version />
  <grailsVersion>3.2.11 &gt; *</grailsVersion>
  <license>MPL1.1</license>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <issueManagement system='GitHub' url='https://github.com/AtlasOfLivingAustralia/downloads-plugin/issues' />
  <organization name='Atlas of Living Australia' url='http://www.ala.org.au/' />
  <name>downloads-plugin</name>
  <scm url='git://github.com/AtlasOfLivingAustralia/downloads-plugin' />
  <resources>
    <resource>au.org.ala.downloads.DownloadController</resource>
    <resource>au.org.ala.downloads.DownloadsPluginUrlMappings</resource>
    <resource>downloads.plugin.Application</resource>
    <resource>downloads.plugin.BootStrap</resource>
    <resource>au.org.ala.downloads.BiocacheService</resource>
    <resource>au.org.ala.downloads.CustomiseService</resource>
    <resource>au.org.ala.downloads.DoiService</resource>
    <resource>au.org.ala.downloads.DownloadService</resource>
    <resource>au.org.ala.downloads.UtilityService</resource>
    <resource>au.org.ala.downloads.plugin.DownloadsTagLib</resource>
  </resources>
</plugin>