This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
commit caf26938f9755d20924d1a55cb0238de1d8c45b2 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 9 07:37:13 2025 -0500 Remove obsolete Ant section --- src/site/xdoc/building.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml index 8c028613..9cb5c3b9 100644 --- a/src/site/xdoc/building.xml +++ b/src/site/xdoc/building.xml @@ -23,14 +23,12 @@ <author email="[email protected]">Apache Commons Team</author> </properties> <body> -<!-- ================================================== --> <section name="Overview"> <p> Commons Validator uses <a href="https://maven.apache.org">Maven</a> or <a href="https://ant.apache.org">Ant</a> as a build system. </p> </section> -<!-- ================================================== --> <section name="Maven Goals"> <p> To build a jar file, change into Validator's root directory and run @@ -51,16 +49,6 @@ <a href="https://commons.apache.org/building.html">commons build instructions</a>. </p> </section> -<!-- ================================================== --> -<section name="Ant Goals"> - <p> - To build a jar file and the javadocs, change into Validator's root directory - and run <strong><code>ant dist</code></strong>. - The result will be in the "dist" subdirectory. - </p> -</section> - -<!-- ================================================== --> <section name="Nightly Builds"> <p> <a href="https://people.apache.org/builds/commons/nightly/commons-validator/">Nightly Builds</a> @@ -69,7 +57,5 @@ available <a href="https://commons.apache.org/validator/download_validator.cgi">here</a>. </p> </section> - -<!-- ================================================== --> </body> </document>
