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/12/02 01:24:47 UTC

cvs commit: jakarta-taglibs build.xml

glenn       2002/12/01 16:24:47

  Modified:    .        build.xml
  Log:
  Get the class check for BSF working again
  
  Revision  Changes    Path
  1.48      +2 -2      jakarta-taglibs/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/build.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- build.xml	2 Dec 2002 00:16:04 -0000	1.47
  +++ build.xml	2 Dec 2002 00:24:47 -0000	1.48
  @@ -20,7 +20,7 @@
       <mkdir dir="${dist.dir}"/>
       <available property="bsf.present" 
                  classpath="${bsf.jar}"
  -               classname="com.ibm.bsf.BSFManager" />
  +               classname="org.apache.bsf.BSFManager" />
       <available property="xslt.present" 
                  classpath="${xalan1.jar}"
                  classname="org.apache.xalan.xslt.XSLTProcessor" />
  
  
  

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