<plugin name='daysofweek' version='0.2' grailsVersion='2.4 &gt; *'>
  <type>grails.daysofweek.plugin.DaysofweekGrailsPlugin</type>
  <grailsVersion>2.4 &gt; *</grailsVersion>
  <license>APACHE</license>
  <issueManagement system='GITHUB' url='https://github.com/vahidhedayati/grails-daysofweek-plugin/issues' />
  <developers name='Vahid Hedayati' email='badvad@gmail.com' />
  <documentation>https://github.com/vahidhedayati/grails-daysofweek-plugin</documentation>
  <name>daysofweek</name>
  <description>Grails plugin using ICU4J libraries to calculate international week day
         calendars returns dow for your application in byte format</description>
  <title>Days Of Week plugin</title>
  <scm url='https://github.com/vahidhedayati/grails-daysofweek-plugin' />
  <version />
  <resources>
    <resource>grails.daysofweek.plugin.UrlMappings</resource>
    <resource>grails.daysofweek.plugin.Application</resource>
    <resource>grails.daysofweek.plugin.BootStrap</resource>
    <resource>grails.utils.DayOfWeekTagLib</resource>
  </resources>
</plugin>