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 2022/05/20 10:13:43 UTC

[tomcat] branch 10.0.x updated: Remove the experimental label from the embedded packaging

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

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


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

commit f3860de0186c0855bc1ff85c1bf92a6260af1607
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 b638704cc8..5a017d711d 100644
--- a/build.xml
+++ b/build.xml
@@ -1618,7 +1618,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}" />
@@ -1760,7 +1760,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org