File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -305,22 +305,6 @@ subprojects {
305
305
description : " Displays the dependencies for all projects" )
306
306
}
307
307
308
- // We copy the resource files to a separate directory so they can be copied to jsptmp directory
309
- // for use in compiling JSPs. Copying directly from the project.sourceSets.webapp.output for the JSP
310
- // task for api does not work when modules may be evaluated before the api module is evaluated. Attempts to
311
- // declare evaluationDependsOn(:server:api) for each of these projects did not work.
312
- // This task is defined at the root to eliminate problems with evaluation order
313
- project. task(" copyTagLibsBase" ,
314
- type : Copy ,
315
- {CopySpec copy ->
316
- copy. from " ${ BuildUtils.getApiProjectPath(gradle).replace(":", "/").substring(1)} /webapp"
317
- copy. into " ${ project.buildDir} /webapp"
318
- copy. include ' WEB-INF/web.xml'
319
- copy. include ' WEB-INF/*.tld'
320
- copy. include ' WEB-INF/*.jspf'
321
- }
322
- )
323
-
324
308
project. task(" showDiscrepancies" ,
325
309
group : " Help" ,
326
310
type : ShowDiscrepancies ,
You can’t perform that action at this time.
0 commit comments