You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bo...@apache.org on 2002/08/14 22:54:58 UTC

cvs commit: jakarta-tomcat-connectors/webapp build.xml

bobh        2002/08/14 13:54:58

  Modified:    webapp   build.xml
  Log:
   - servlet.jar changed to servlet-api.jar
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-tomcat-connectors/webapp/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml	14 May 2002 22:15:30 -0000	1.12
  +++ build.xml	14 Aug 2002 20:54:57 -0000	1.13
  @@ -30,7 +30,7 @@
     <path id="classpath">
       <pathelement location="${build.classes.dir}"/>
       <pathelement location="${catalina.home}/server/lib/catalina.jar"/>
  -    <pathelement location="${catalina.home}/common/lib/servlet.jar"/>
  +    <pathelement location="${catalina.home}/common/lib/servlet-api.jar"/>
     </path>
   
   <!-- === PREPARATION AND GLOBAL TASKS ==================================== -->
  
  
  

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