From 4725924bbb8fd5c96022f381ebdd89cbdea45959 Mon Sep 17 00:00:00 2001
From: Don Brutzman <brutzman@nps.edu>
Date: Fri, 23 Jul 2021 05:19:41 -0700
Subject: [PATCH] update ant resolver guidance

---
 developers.html | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/developers.html b/developers.html
index a42dcdf824..a1bea76ad5 100644
--- a/developers.html
+++ b/developers.html
@@ -214,21 +214,24 @@ Apache Ant(TM) version 1.10.11 compiled on July 10 2021
                     <code style="color:darkgreen"><b>ant-contrib-*.jar</b></code>
                     into the
                     <code style="color:darkgreen"><b>ANT_HOME/lib/</b></code>
-                    subdirectory.  You can now use any of the
+                    subdirectory.  
+                    Also be sure to check ownership and executable permissions for this file.
+                    You can now use any of the
                     <a href="http://ant-contrib.sourceforge.net/tasks/tasks" target="antcontrib">ant-contrib tasks</a>
                     by including the following top-level statement in your build.xml file.
                     <br />
                     <code style="color:darkgreen"><b>&lt;taskdef resource="net/sf/antcontrib/antcontrib.properties"/&gt;</b></code>
                 </li>
                 <li>
-                    Now provided with Ant.
-                    Previously: to build the X3D examples archives, extract the latest Apache Commons resolver
+                    Now provided with Ant: <code>xml-resolver.jar</code> with no further action required.
+                    <br />
+                    (Previously: to build the X3D examples archives, extract the latest Apache Commons resolver
                     <a href="https://www.apache.org/dist/xerces/xml-commons/">xml-commons-resolver-latest.zip</a>
                     and then place a copy of
                     <code style="color:darkgreen"><b>resolver.jar</b></code>
                     in the
                     <code style="color:darkgreen"><b>ANT_HOME/lib/</b></code>
-                    subdirectory.  Also be sure to check ownership and executable permissions for this file.
+                    subdirectory.)
                 </li>
                 <li> 
                     Optional: extract, build and install the latest
-- 
GitLab