class PrettySizeGrailsPlugin { def version = '0.2' def dependsOn = [:] def pluginExcludes = [ 'grails-app/conf', 'grails-app/views/**', 'grails-app/web-app'] def author = 'Cazacu Mihai' def authorEmail = 'cazacugmihai@yahoo.com' def title = 'Pretty-size plugin' def description = 'A plugin that allows you to display human readable file size.' def documentation = 'http://grails.org/PrettySize+Plugin' }