Skip to content

Commit bb34a09

Browse files
move SitemeshTagLib and RenderTagLib
The standalone tags which are designed to be used outside of Grails have been moved into their own subproject.
1 parent 6993fe8 commit bb34a09

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

grails-plugin-gsp/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ configurations {
1212
dependencies {
1313
compile sourceSets.ast.output,
1414
project(":grails-plugin-codecs"),
15-
project(":grails-logging")
15+
project(":grails-logging"),
16+
project(":grails-web-gsp-taglib")
1617

1718
astCompile project(":grails-web"),
1819
project(":grails-plugin-controllers")

grails-web-gsp-taglib/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dependencies {
2+
compile project(':grails-web-gsp')
3+
}

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ include 'grails-aether',
2222
'grails-web-fileupload',
2323
'grails-web-mvc',
2424
'grails-web-gsp',
25+
'grails-web-gsp-taglib',
2526
'grails-web-sitemesh',
2627
'grails-web-jsp',
2728
'grails-web-url-mappings',

0 commit comments

Comments
 (0)