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 6fcc988 Fix BZ 65585 - Update obsolete comments 6fcc988 is described below commit 6fcc9885971a2a134f7cd329fb5078b9259b319c Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Sep 27 18:55:23 2021 +0100 Fix BZ 65585 - Update obsolete comments https://bz.apache.org/bugzilla/show_bug.cgi?id=65585 --- build.properties.default | 16 +++++++++++----- webapps/docs/changelog.xml | 8 ++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/build.properties.default b/build.properties.default index b832befd..d5d8f3c 100644 --- a/build.properties.default +++ b/build.properties.default @@ -14,12 +14,18 @@ # See the License for the specific language governing permissions and # limitations under the License. # ----------------------------------------------------------------------------- -# build.properties.sample +# build.properties.default # -# This is an example "build.properties" file, used to customize building -# Tomcat for your local environment. It defines the location of all external -# modules that Tomcat depends on. Copy this file to "build.properties" -# in the top-level source directory, and customize it as needed. +# This file provides the defaults for build properties that are likely to: +# - change over time such as those related to dependencies +# - be ones that individual developers will wish to customise. +# +# To customise the build, create a build.properties file in the top-level +# source directory (where this file is located) and use it to define new +# values for the build properties you wish to change. In addition to +# changing any of the properties defined in this file, you can change any +# build property defined in build.xml. More information is available in +# BUILDING.txt. # ----------------------------------------------------------------------------- # ----- Version Control Flags ----- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index bcf85b3..2db1d2d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -146,6 +146,14 @@ </fix> </changelog> </subsection> + <subsection name="Other"> + <changelog> + <fix> + <bug>65585</bug>: Update obsolete comments at the start of the + <code>build.properties.default</code> file. (markt) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 8.5.71 (schultz)" rtext="2021-09-13"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org