This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 77969c3313 Add FFM JAR src
77969c3313 is described below
commit 77969c33132c65f431c42bf0a7b409eb8746bc8f
Author: remm <[email protected]>
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 0a12832898..2d8b2813f8 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"/>
@@ -3242,6 +3243,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: [email protected]
For additional commands, e-mail: [email protected]