This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit fdbb392c318ca1bd825ce64cc4367d7c910b782a Author: Dimitris Soumis <dsou...@redhat.com> AuthorDate: Wed Jun 5 10:47:17 2024 +0300 Remove possible exclusions from compiler.xml (cherry picked from commit f408255a12736fc0dade2434d9ddb9b8ed383998) --- res/ide-support/idea/compiler.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/res/ide-support/idea/compiler.xml b/res/ide-support/idea/compiler.xml index c65738a15b..a699b319c1 100644 --- a/res/ide-support/idea/compiler.xml +++ b/res/ide-support/idea/compiler.xml @@ -17,14 +17,8 @@ --> <project version="4"> <component name="CompilerConfiguration"> - <excludeFromCompile> - <!-- - <directory url="file://$PROJECT_DIR$/java/org/apache/tomcat/util/openssl" includeSubdirectories="true" /> - <directory url="file://$PROJECT_DIR$/java/org/apache/tomcat/util/net/openssl/panama" includeSubdirectories="true" /> - --> - </excludeFromCompile> <annotationProcessing> <profile default="true" name="Default" enabled="true" /> </annotationProcessing> </component> -</project> \ No newline at end of file +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org