glenn       01/07/10 16:55:28

  Modified:    .        build.xml
  Log:
  Convert xsl taglib build so that xalan 1 jar doesn't have to be in the users 
classpath
  
  Revision  Changes    Path
  1.33      +2 -1      jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml 2001/07/03 11:54:44     1.32
  +++ build.xml 2001/07/10 23:55:24     1.33
  @@ -1,5 +1,5 @@
   <!-- ANT Build Script for the JAKARTA-TAGLIBS Project -->
  -<!-- $Id: build.xml,v 1.32 2001/07/03 11:54:44 glenn Exp $ -->
  +<!-- $Id: build.xml,v 1.33 2001/07/10 23:55:24 glenn Exp $ -->
   <project name="jakarta-taglibs" default="dist" basedir=".">
   
     <!-- ****************** Project Standard Properties ******************* -->
  @@ -20,6 +20,7 @@
       <available property="bsf.present" 
                  classname="com.ibm.bsf.BSFManager" />
       <available property="xslt.present" 
  +               classpath="${xalan1.jar}"
                  classname="org.apache.xalan.xslt.XSLTProcessor" />
     </target>
   
  
  
  

Reply via email to