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/08/11 15:22:53 UTC

[tomcat] branch 10.0.x updated: Consistent use of period at the end of sentences in 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 93e189f1f0 Consistent use of period at the end of sentences in comments.
93e189f1f0 is described below

commit 93e189f1f0130b055f0db129947259ad2df87cab
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 11 16:22:41 2022 +0100

    Consistent use of period at the end of sentences in comments.
---
 build.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/build.xml b/build.xml
index d11ca5e096..b92b46517c 100644
--- a/build.xml
+++ b/build.xml
@@ -2625,7 +2625,7 @@ skip.installer property in build.properties" />
 # limitations under the License.
 # -----------------------------------------------------------------------------
 
-# This file was auto-generated by the pre-release Ant target
+# This file was auto-generated by the pre-release Ant target.
 
 # Any unwanted settings may be over-ridden in a build.properties file located
 # in the same directory as this file.
@@ -2633,7 +2633,7 @@ skip.installer property in build.properties" />
 # Set the version-dev to "" (empty string) as this is not a development release.
 version.dev=
 
-# Ensure consistent timestamps for reproducible builds
+# Ensure consistent timestamps for reproducible builds.
 ant.tstamp.now.iso=${tstamp.iso.release}
 
 # Enable insertion of detatched signatures into the Windows installer.
@@ -2642,7 +2642,7 @@ do.codesigning=true
 # Reproducible builds require the use of the build tools defined below. The
 # vendors (where appropriate) and versions must match exactly for a reproducible
 # build since this data is embedded in various files, particularly JAR file
-# manifests, as part of the build process
+# manifests, as part of the build process.
 #
 # Apache Ant:      ${ant.version}
 #
@@ -2651,7 +2651,7 @@ do.codesigning=true
 # Java Version:    ${java.vm.version}
 
 # The following is provided for information only. Builds will be repeatable
-# whether or not the build ennvironment in consistent with this information
+# whether or not the build ennvironment in consistent with this information.
 #
 # OS:              ${os.arch} ${os.name} ${os.version}
 # File encoding:   ${file.encoding}
@@ -2675,15 +2675,15 @@ do.codesigning=true
 # limitations under the License.
 # -----------------------------------------------------------------------------
 
-# This file was auto-generated by the pre-release Ant target
+# This file was auto-generated by the pre-release Ant target.
 
 # Remove "-dev" from the version since this is not a development release.
 maven.asf.release.deploy.version=${version.major}.${version.minor}.${version.build}${version.suffix}
 
-# Re-use the same GPG executable
+# Re-use the same GPG executable.
 gpg.exec=${gpg.exec}
 
-# Set the user name to use to upload the artefacts to Nexus
+# Set the user name to use to upload the artefacts to Nexus.
 asf.ldap.username=${release.asfusername}
 </echo>
     <replace file="webapps/docs/changelog.xml"


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