You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@apache.org on 2002/04/02 14:04:29 UTC

cvs commit: jakarta-taglibs/xsl build.xml

glenn       02/04/02 04:04:29

  Modified:    xsl      build.xml
  Log:
  Update build to use xerces1.jar and xalan1.jar
  
  Revision  Changes    Path
  1.10      +3 -3      jakarta-taglibs/xsl/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/xsl/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	20 Oct 2001 16:03:27 -0000	1.9
  +++ build.xml	2 Apr 2002 12:04:28 -0000	1.10
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the "xsl" Custom Tag Library -->
  -<!-- $Id: build.xml,v 1.9 2001/10/20 16:03:27 glenn Exp $ -->
  +<!-- $Id: build.xml,v 1.10 2002/04/02 12:04:28 glenn Exp $ -->
   <project name="xsl" default="main" basedir=".">
   
       <!-- ******************** Adjustable Properties *********************** -->
  @@ -144,7 +144,7 @@
                 tofile="${build.examples}/WEB-INF/${taglib.name}.tld"/>
       <copy file="${dist.library}"
                 tofile="${build.examples}/WEB-INF/lib/${taglib.name}.jar"/>
  -    <copy file="${xerces.jar}"
  +    <copy file="${xerces1.jar}"
                 tofile="${build.examples}/WEB-INF/lib/xerces.jar"/>
       <copy file="${xalan1.jar}"
                 tofile="${build.examples}/WEB-INF/lib/xalan.jar"/>
  @@ -155,7 +155,7 @@
       <copy file="${conf.src}/taglib.tld"
                 tofile="${build.library}/META-INF/taglib.tld"/>
       <javac srcdir="${library.src}" destdir="${build.library}"
  -           classpath="${servlet.jar};${xalan1.jar};${xerces.jar}" debug="on"/>
  +           classpath="${servlet.jar};${xalan1.jar};${xerces1.jar}" debug="on"/>
     </target>
   
     <!-- Compile the library as well as the associated applications -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>