Skip to content

Commit

Permalink
Merge pull request #19 from cknoblauch/loadAfter-patch
Browse files Browse the repository at this point in the history
Added load order dependency with hibernate, gorm
  • Loading branch information
limcheekin committed Jun 24, 2014
2 parents 835d8b4 + 69d4d26 commit 79d08d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ActivitiGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class ActivitiGrailsPlugin {
def grailsVersion = "2.0.0 > *"
// the other plugins this plugin depends on
def dependsOn = [:]
// load after hibernate and gorm if present
def loadAfter = [ 'hibernate', 'hibernate4', 'gorm' ]
// resources that are excluded from plugin packaging
def pluginExcludes = [
"grails-app/views/error.gsp"
Expand Down

0 comments on commit 79d08d5

Please sign in to comment.