<plugin name='ala-web-theme' version='0.4' grailsVersion='2.1 &gt; *'>
  <author>Nick dos Remedios</author>
  <authorEmail>nick.dosremedios@csiro.au</authorEmail>
  <title>Ala Web Theme Plugin</title>
  <description>This plugin provides a Sitemesh layout file (main.gsp) and associated resources files, based on Bootstrap.
It also provides a taglib for the ALA footer and navigation menu, login/logout links and a logout controller,
that invalidates the session. CSS files are generated from the Bootstrap LESS files, so any changes should be
made to `ala.less` and then CSS files generated with provided script (see README.md).
</description>
  <documentation>http://code.google.com/p/ala/wiki/AlaWebTheme</documentation>
  <type>AlaWebThemeGrailsPlugin</type>
  <resources>
    <resource>AlaWebThemeResources</resource>
    <resource>au.org.ala.web.AlaSecuredFilters</resource>
    <resource>au.org.ala.web.AuthTestController</resource>
    <resource>au.org.ala.web.LogoutController</resource>
    <resource>au.org.ala.web.AuthService</resource>
    <resource>au.org.ala.web.HttpWebService</resource>
    <resource>au.org.ala.web.UserListService</resource>
    <resource>au.org.ala.web.theme.AuthTagLib</resource>
    <resource>au.org.ala.web.theme.HeaderFooterTagLib</resource>
  </resources>
</plugin>