dleslie     00/06/13 06:20:07

  Modified:    .        build.sh build.xml
  Log:
  cleanup
  
  Revision  Changes    Path
  1.2       +0 -1      xml-xalan/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-xalan/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh  2000/06/13 12:53:55     1.1
  +++ build.sh  2000/06/13 13:19:58     1.2
  @@ -12,7 +12,6 @@
     exit 1
   fi
   
  -ANT_HOME=\jakarta-ant
   SERVLET=\jswdk-1.0.1\lib\servlet.jar
   
   ANT=%ANT_HOME%\lib\ant.jar
  
  
  
  1.7       +3 -0      xml-xalan/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 2000/06/12 20:55:31     1.6
  +++ build.xml 2000/06/13 13:19:58     1.7
  @@ -13,6 +13,9 @@
      
        - 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
        
      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
  @@ -54,7 +57,7 @@
   Copyright:
     Copyright (c) 1999-2000 The Apache Software Foundation.
     
  -   $Id: build.xml,v 1.6 2000/06/12 20:55:31 dleslie Exp $
  +   $Id: build.xml,v 1.7 2000/06/13 13:19:58 dleslie Exp $
      
   ==================================================================== -->
   
  
  
  

Reply via email to