This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new faa4bb2659 Remove the experimental label from the embedded packaging
faa4bb2659 is described below
commit faa4bb265978a52b2a454e48a3bbcccd8424105d
Author: Mark Thomas <[email protected]>
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 60d419c606..800652df99 100644
--- a/build.xml
+++ b/build.xml
@@ -1295,7 +1295,7 @@
</fileset>
</txt2html>
</target>
- <target name="embed-jars" description="Create experimental embedded jars"
+ <target name="embed-jars" description="Create embedded jars"
depends="build-manifests,compile" >
<mkdir dir="${tomcat.embed}" />
@@ -1357,7 +1357,7 @@
</target>
<target name="embed"
- description="Creates the experimental embedded release"
+ description="Creates the embedded release"
depends="embed-jars,embed-sources" >
<fixcrlf srcdir="${tomcat.embed}" eol="crlf"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]