Skip to content

Commit

Permalink
Added hibernate4 to loadAfter
Browse files Browse the repository at this point in the history
  • Loading branch information
cknoblauch committed May 21, 2014
1 parent ad94036 commit 69d4d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActivitiGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ActivitiGrailsPlugin {
// the other plugins this plugin depends on
def dependsOn = [:]
// load after hibernate and gorm if present
def loadAfter = [ 'hibernate', 'gorm' ]
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 69d4d26

Please sign in to comment.