dleslie 00/06/13 06:24:47
Modified: . build.xml
Log:
Corrected comment on required servlet packages.
Revision Changes Path
1.8 +2 -2 xml-xalan/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.xml 2000/06/13 13:19:58 1.7
+++ build.xml 2000/06/13 13:24:46 1.8
@@ -14,8 +14,8 @@
- set the ANT_HOME environment variable to the jakarta-ant root
directory
- set the JAVA_HOME environment variable to the JDK (1.2.2 or higher)
root directory
- in build.bat/build.sh, set the SERVLET environment variable to a jar
file containing
- the javax.servlet package (e.g., from Sun's JSDWK 1.0.1). This
package is required
- to build/run the servlet in samples/servlet
+ the javax.servlet and javax.servlet.http packages (e.g., from Sun's
JSDWK 1.0.1).
+ These packages are required to build/run the servlet in
samples/servlet
When the Xalan team uses this tool to build a distribution, we also need
to
- copy the correct version (FOR THIS BUILD) of xerces.jar to the
directory in which this file is located
@@ -57,7 +57,7 @@
Copyright:
Copyright (c) 1999-2000 The Apache Software Foundation.
- $Id: build.xml,v 1.7 2000/06/13 13:19:58 dleslie Exp $
+ $Id: build.xml,v 1.8 2000/06/13 13:24:46 dleslie Exp $
==================================================================== -->