Skip to content

Commit

Permalink
new testing plugin project that contains all the tests harnesses for …
Browse files Browse the repository at this point in the history
…Grails
  • Loading branch information
graemerocher committed Feb 21, 2011
1 parent 3afe102 commit effa728
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-webflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies {
"org.springframework.webflow:spring-webflow:2.0.8.RELEASE"


compile project(":grails-web"), project(':grails-hibernate')
compile project(":grails-web"), project(':grails-hibernate'), project(':grails-plugin-controllers')
}
jar.appendix = 'webflow'
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ include 'grails-bootstrap',
'grails-plugin-validation',
'grails-plugin-datasource',
'grails-plugin-services',
'grails-plugin-scaffolding'
'grails-plugin-scaffolding',
'grails-plugin-testing'

0 comments on commit effa728

Please sign in to comment.