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 2021/09/27 17:56:01 UTC

[tomcat] branch 10.0.x updated: Fix BZ 65585 - Update obsolete comments

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 b2cced4  Fix BZ 65585 - Update obsolete comments
b2cced4 is described below

commit b2cced4a9b097c21c3c8fd729da51df405d56f38
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 5bdc810..c799cd4 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 853dd72..4fa6bcd 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -168,6 +168,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.0.11 (markt)" rtext="release in progress">
   <subsection name="Catalina">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org