<plugin name='sandbox-hub' version='0.1' grailsVersion='2.3 &gt; *'>
  <author>Temi Varghese</author>
  <title>Sandbox Hub Plugin</title>
  <description>        Sandbox hub separates sandbox UI (angular app) from backend methods. This plugin will enable apps to include sandbox UI while committing data on a different server.
    </description>
  <documentation>http://grails.org/plugin/sandbox-hub</documentation>
  <type>SandboxHubGrailsPlugin</type>
  <resources>
    <resource>SandboxHubResources</resource>
    <resource>au.org.ala.sandbox.SandboxController</resource>
    <resource>au.org.ala.sandbox.CamelCaseTagLib</resource>
    <resource>au.org.ala.sandbox.FormatProcessedValueTagLib</resource>
    <resource>au.org.ala.sandbox.UserTagLib</resource>
  </resources>
</plugin>