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 54411c2 Fix BZ 65585 - Update obsolete comments 54411c2 is described below commit 54411c258acb51dccc37940d27f082b5f7aa5c47 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 c8b630c..e924e7e 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 2d2690c..0bfea6d 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -210,6 +210,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 10.1.0-M5 (markt)" rtext="release in progress"> <subsection name="Catalina"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org