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 3ccf4611a465d417b5d93f76595b1ef4f5ec5099
Author: Dimitris Soumis <dsou...@redhat.com>
AuthorDate: Wed Jun 5 10:44:50 2024 +0300

    Exclude openssl and panama directories from idea support
    
    (cherry picked from commit c82308dea00441c883ab19d11e0be72d6782e760)
---
 res/ide-support/idea/tomcat.iml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/res/ide-support/idea/tomcat.iml b/res/ide-support/idea/tomcat.iml
index 96f128d993..50349c2121 100644
--- a/res/ide-support/idea/tomcat.iml
+++ b/res/ide-support/idea/tomcat.iml
@@ -22,6 +22,8 @@
       <sourceFolder url="file://$MODULE_DIR$/java" isTestSource="false" />
       <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
       <sourceFolder url="file://$MODULE_DIR$/webapps/examples/WEB-INF/classes" 
isTestSource="true" />
+      <excludeFolder 
url="file://$MODULE_DIR$/java/org/apache/tomcat/util/net/openssl/panama" />
+      <excludeFolder 
url="file://$MODULE_DIR$/java/org/apache/tomcat/util/openssl" />
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to