You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/01/23 20:12:56 UTC

[tomcat] branch 10.1.x updated: Right idea, wrong attribute name

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

markt 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 5e2df4bf9d Right idea, wrong attribute name
5e2df4bf9d is described below

commit 5e2df4bf9d8ebd14886756217086d1bfd261f730
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Jan 23 20:09:54 2023 +0000

    Right idea, wrong attribute name
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index d445abb842..61a9f86c09 100644
--- a/build.xml
+++ b/build.xml
@@ -1683,9 +1683,9 @@
     <jarIt jarfile="${tomcat-embed-core.jar}"
            filesDir="${tomcat.classes}"
            filesId="files.tomcat-embed-core"
-           manifest="${tomcat.manifests}/tomcat-embed-core.jar"
            notice="${tomcat.manifests}/servlet-api.jar.notice"
            license="${tomcat.manifests}/servlet-api.jar.license"
+           meta-inf="${tomcat.manifests}/tomcat-embed-core.jar"
            addOSGi="true"
            addGraal="true"
            graalPrefix="org.apache.tomcat.embed/tomcat-embed-core"


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