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/03 17:22:38 UTC

cvs commit: jakarta-taglibs/cache build.xml

glenn       02/04/03 07:22:38

  Modified:    cache    build.xml
  Log:
  cache taglib requires the servlet23.jar
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-taglibs/cache/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/cache/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	3 Apr 2002 04:23:20 -0000	1.2
  +++ build.xml	3 Apr 2002 15:22:38 -0000	1.3
  @@ -8,7 +8,7 @@
   
     <!-- <property name="taglib.name" value="cache"/> -->
     <property file="../build.properties"/>
  -  <property name="classpath" value="${servlet.jar}:${standard.jar}"/>
  +  <property name="classpath" value="${servlet23.jar}:${standard.jar}"/>
     <property name="checkRequirements.pre" value="checkRequirements.pre"/>
     <property name="examples.pre" value="examples.pre"/>
     <target name="checkRequirements.pre">
  
  
  

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