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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new e8f87a5bde Remove the experimental label from the embedded packaging
e8f87a5bde is described below

commit e8f87a5bde274b0f0a03885ab71b6f37d443a21f
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 d34f56bc74..e5147c3565 100644
--- a/build.xml
+++ b/build.xml
@@ -1600,7 +1600,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}" />
@@ -1742,7 +1742,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