diff --git a/docs/manual/install.html b/docs/manual/install.html
index cf9f230f1..19b4ce4e8 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -44,7 +44,7 @@ Please see
http://java.sun.com/xml/
for more information about JAXP.
If you wish to use a different JAXP-compliant parser, you should remove
-xercesImpl.jar
and xmlParserAPIs.jar
+xercesImpl.jar
and xml-apis.jar
from Ant's lib
directory.
You can then either put the jars from your preferred parser into Ant's
diff --git a/docs/manual/platform.html b/docs/manual/platform.html
index 5e2825ce3..a51840cc8 100644
--- a/docs/manual/platform.html
+++ b/docs/manual/platform.html
@@ -50,7 +50,7 @@ it is treated like any other Unix.
To give the same level of sophisticated control as Ant's startup scripts on other platforms, it was decided to make the main ant startup on NetWare be via a Perl Script, "runant.pl". This is found in the bin directory (for instance - bootstrap\bin or dist\bin).
One important item of note is that you need to set up the following to run ant:
-CLASSPATH
- put ant.jar, xercesImpl.jar, xmlParserAPIs.jar and any other needed jars on the system classpath.CLASSPATH
- put ant.jar, xercesImpl.jar, xml-apis.jar and any other needed jars on the system classpath.ANT_OPTS
- On NetWare, ANT_OPTS
needs to include a parameter of the form, ANT_HOME
"ANT_HOME
being the fully expanded location of Ant, not an environment variable. This is due to the fact that the NetWare System Console has no notion of a current working directory.It is suggested that you create up an ant.ncf that sets up these parameters, and calls perl ANT_HOME/dist/bin/runant.pl
envset CLASSPATH=SYS:/jakarta-ant/bootstrap/lib/ant.jar
envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/xercesImpl.jar
- envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/xmlParserAPIs.jar
+ envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/xml-apis.jar
envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/lib/optional/junit.jar
envset CLASSPATH=$CLASSPATH;SYS:/jakarta-ant/bootstrap/lib/optional.jar
@@ -80,6 +80,6 @@ techniques to hide platform details from build files need to be written and
tested on every particular platform. Contributions in this area are welcome.
-Copyright © 2002 Apache Software Foundation. All rights
+
Copyright © 2002-2003 Apache Software Foundation. All rights
Reserved.