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:10:01 UTC

[tomcat] branch main updated: Right idea, wrong attribute name

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

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

commit 6b4d6ba0fad9f233e492618ea0bbcbaa307605fc
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 94e0fc7bdd..33a9f6ff15 100644
--- a/build.xml
+++ b/build.xml
@@ -1680,9 +1680,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"
+           metainf="${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