class TooltipGrailsPlugin { def version = "0.3" def grailsVersion = "1.0 > *" def dependsOn = [:] def pluginExcludes = [ "grails-app/views/error.gsp" ] def author = "Sven Lange" def authorEmail = "sv3n.lange@gmail.com" def title = "Tooltip Plugin" def description = '''Lightweight tooltip plugin.''' def documentation = "http://grails.org/Tooltip+Plugin" }