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 d536574c9d Remove the experimental label from the embedded packaging
d536574c9d is described below

commit d536574c9de54c58d9b20c8b4dd3a31b30aaf98e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 20 11:12:04 2022 +0100

    Remove the experimental label from the embedded packaging
    
    The programmatic JAR is still labelled as experimental
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index c2243a518c..2a67d5346f 100644
--- a/build.xml
+++ b/build.xml
@@ -1643,7 +1643,7 @@
       </fileset>
     </txt2html>
   </target>
-  <target name="embed-jars" description="Create experimental embedded jars"
+  <target name="embed-jars" description="Create embedded jars"
     depends="build-manifests,setup-bnd,compile,package" >
 
     <mkdir dir="${tomcat.embed}" />
@@ -1785,7 +1785,7 @@
   </target>
 
   <target name="embed"
-          description="Creates the experimental embedded release"
+          description="Creates the embedded release"
           depends="embed-jars,embed-sources,embed-programmatic-jar" >
 
     <fixcrlf srcdir="${tomcat.embed}" eol="crlf"


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

Reply via email to