Skip to content

Commit

Permalink
removed the deprecated 'dependsOn' property
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith committed Jul 27, 2012
1 parent 76665fb commit 1861a2a
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -3,8 +3,6 @@ class @plugin.name@GrailsPlugin {
def version = "@plugin.version@"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "@grails.version@ > *"
// the other plugins this plugin depends on
def dependsOn = [:]
// resources that are excluded from plugin packaging
def pluginExcludes = [
"grails-app/views/error.gsp"
Expand Down

0 comments on commit 1861a2a

Please sign in to comment.