Skip to content

Commit c8ee8a5

Browse files
committed
Consolidate 'grace-web-sitemesh' into 'grace-web-gsp'
1 parent efc9af4 commit c8ee8a5

21 files changed

+16
-29
lines changed

grace-plugin-gsp/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ dependencies {
66
api project(":grace-plugin-codecs")
77
api project(":grace-web-gsp")
88
api project(":grace-web-mvc")
9-
api project(":grace-web-sitemesh")
109
api project(":grace-web-taglib")
1110
api project(":grace-web-url-mappings")
1211
api libs.spring.boot.autoconfigure

grace-web-gsp/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
dependencies {
22
api project(":grace-gsp")
33
api project(":grace-web")
4-
api project(":grace-web-sitemesh")
54

5+
api libs.sitemesh, {
6+
exclude module: 'jakarta.servlet-api'
7+
}
68
compileOnly libs.ant
79
compileOnlyApi libs.jakarta.servlet
810
// Required for JSP support

grace-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/FactoryHolder.java renamed to grace-web-gsp/src/main/groovy/org/grails/web/sitemesh/FactoryHolder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2022 the original author or authors.
2+
* Copyright 2006-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

grace-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GSPSitemeshPage.java renamed to grace-web-gsp/src/main/groovy/org/grails/web/sitemesh/GSPSitemeshPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2004-2022 the original author or authors.
2+
* Copyright 2004-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

grace-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GrailsContentBufferingResponse.java renamed to grace-web-gsp/src/main/groovy/org/grails/web/sitemesh/GrailsContentBufferingResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2004-2023 the original author or authors.
2+
* Copyright 2004-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

grace-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GrailsHTMLPageParser.java renamed to grace-web-gsp/src/main/groovy/org/grails/web/sitemesh/GrailsHTMLPageParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2004-2023 the original author or authors.
2+
* Copyright 2004-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

grace-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GrailsLayoutDecoratorMapper.java renamed to grace-web-gsp/src/main/groovy/org/grails/web/sitemesh/GrailsLayoutDecoratorMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2004-2023 the original author or authors.
2+
* Copyright 2004-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

grace-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GrailsLayoutView.java renamed to grace-web-gsp/src/main/groovy/org/grails/web/sitemesh/GrailsLayoutView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2023 the original author or authors.
2+
* Copyright 2014-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

grace-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GrailsNoDecorator.java renamed to grace-web-gsp/src/main/groovy/org/grails/web/sitemesh/GrailsNoDecorator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2004-2024 the original author or authors.
2+
* Copyright 2004-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

grace-web-sitemesh/src/main/groovy/org/grails/web/sitemesh/GrailsPageResponseWrapper.java renamed to grace-web-gsp/src/main/groovy/org/grails/web/sitemesh/GrailsPageResponseWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2004-2023 the original author or authors.
2+
* Copyright 2004-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)