This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 120a8c5694 Add FFM JAR src
120a8c5694 is described below

commit 120a8c56947934263a2d79dba7885680c74fec50
Author: remm <r...@apache.org>
AuthorDate: Wed Jun 26 22:12:53 2024 +0200

    Add FFM JAR src
---
 build.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/build.xml b/build.xml
index f960cbe437..60bbffda16 100644
--- a/build.xml
+++ b/build.xml
@@ -172,6 +172,7 @@
   <property name="catalina-storeconfig-src.jar" 
value="${tomcat.src.jars}/catalina-storeconfig-src.jar"/>
   <property name="tomcat-jni-src.jar" 
value="${tomcat.src.jars}/tomcat-jni-src.jar"/>
   <property name="tomcat-coyote-src.jar" 
value="${tomcat.src.jars}/tomcat-coyote-src.jar"/>
+  <property name="tomcat-coyote-ffm-src.jar" 
value="${tomcat.src.jars}/tomcat-coyote-ffm-src.jar"/>
   <property name="tomcat-dbcp-src.jar" 
value="${tomcat.src.jars}/tomcat-dbcp-src.jar"/>
   <property name="tomcat-api-src.jar" 
value="${tomcat.src.jars}/tomcat-api-src.jar"/>
   <property name="tomcat-util-src.jar" 
value="${tomcat.src.jars}/tomcat-util-src.jar"/>
@@ -3312,6 +3313,11 @@ asf.ldap.username=${release.asfusername}
       filesDir="java"
       filesId="files.tomcat-coyote" />
 
+    <!-- Protocol handlers - Coyote OpenSSL FFM -->
+    <jarIt jarfile="${tomcat-coyote-ffm-src.jar}"
+      filesDir="java"
+      filesId="files.tomcat-coyote-ffm" />
+
     <!-- WebSocket implementation JAR File -->
     <jarIt jarfile="${tomcat-websocket-src.jar}"
       filesDir="java"


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

Reply via email to