<plugin name='ICalendar' version='0.6.4' grailsVersion='3.0.0 &gt; *'>
  <type>ch.silviowangler.grails.icalender.ICalendarGrailsPlugin</type>
  <authorEmail>silvio.wangler@gmail.com</authorEmail>
  <dependsOn controllers='3.0.0 &gt; *' />
  <developers>[[name:Silvio Wangler, email:silvio.wangler@gmail.com]]</developers>
  <author>Silvio Wangler</author>
  <documentation>http://github.com/saw303/grails-ic-alender</documentation>
  <profiles>[web]</profiles>
  <description>
        This plugin contains a builder to easily convert your event into the iCalendar format.
        The plugin hooks replaces each render method that uses the contentType 'text/calendar'.
	</description>
  <title>iCalendar Plug-in</title>
  <version />
  <observe>[controllers]</observe>
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <loadAfter>[controllers]</loadAfter>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/error.gsp, TestController, UrlMappings]</pluginExcludes>
  <issueManagement system='Github' url='https://github.com/saw303/grails-ic-alender/issues' />
  <organization name='Silvio Wangler Software Development' url='http://www.silviowangler.ch/' />
  <name>ic-alendar</name>
  <resources>
    <resource>grails.plugins.ic.alendar.Application</resource>
  </resources>
</plugin>