<plugin name='mondrian' version='0.2' grailsVersion='1.3.3 &gt; *'>
  <author>Oliver Wahlen</author>
  <authorEmail>owahlen@googlemail.com</authorEmail>
  <title>This plugin installs Pentaho Mondrian and jPivot into your Grails application.</title>
  <description>\
The version 0.2 is based on the work of Tom Dallaway in the year 2007.
Compared to the 0.1 version the architecture has been changed significantly.
It is now possible to use a jPivot chart with a standard grails tag called jpivot.
The chart layout can be customized by modifying the _jpivot.gsp template.
</description>
  <documentation>http://grails.org/plugin/mondrian</documentation>
  <resources>
    <resource>BuildConfig</resource>
    <resource>Config</resource>
    <resource>DataSource</resource>
    <resource>UrlMappings</resource>
    <resource>com.bts.grails.mondrian.FoodMartController</resource>
    <resource>com.bts.grails.mondrian.MondrianTagLib</resource>
  </resources>
  <dependencies />
  <behavior />
</plugin>